Instance Method
orderBy(_:)
Adds an
ORDER BY clause to the query using the specified expression.@discardableResult func orderBy(_ expression: any SQLExpression) -> Self
Parameters
expressionExpression to sort results by. Appended to any previously added orderings.