Instance Method
groupBy(_:)
Adds a
GROUP BY clause to the query with the specified column.@discardableResult func groupBy(_ column: String) -> Self
Instance Method
GROUP BY clause to the query with the specified column.@discardableResult func groupBy(_ column: String) -> Self