having

Specify the having clause of this query using the given condition expression.


inline fun Query.having(condition: () -> ColumnDeclaring<Boolean>): Query(source)

Specify the having clause of this query using the expression returned by the given callback function.