Having

public final class Having: Query, OrderByRouter

Having represents a HAVING clause of the query statement used for filtering the aggregated values from the the GROUP BY clause.

  • Create and chain an ORDER BY component for specifying the orderings of the query result.

    Declaration

    Swift

    public func orderBy(_ orderings: Ordering...) -> OrderBy