Instance Property
orderBy
Zero or more columns or expressions specifying sort keys and directionalities for the filtered result rows.
var orderBy: [any SQLExpression]
Discussion
The order in which an ORDER BY clause takes effect is complex and varies between dialects.
See SQLDirection.