having

expect open override fun having(expression: Expression): Having(source)

Create and chain a Having object for filtering the aggregated values from the GROUP BY clause.

Return

The Having object that represents the HAVING clause of the query.

Parameters

expression

The expression

actual open override fun having(expression: Expression): Having(source)

Create and chain a Having object for filtering the aggregated values from the GROUP BY clause.

Return

The Having object that represents the HAVING clause of the query.

Parameters

expression

The expression

actual open override fun having(expression: Expression): Having(source)