Skip to content

Instance Method

orHaving(_:_:column:)

Adds a column to column comparison to this builder’s HAVING clause by ORing.
@discardableResult func orHaving(_ lhs: SQLIdentifier, _ op: SQLBinaryOperator, column rhs: SQLIdentifier) -> Self