Instance Method
orHaving(_:)
Adds an expression to this builder’s
HAVING clause by ORing.@discardableResult func orHaving(_ expression: any SQLExpression) -> Self
Instance Method
HAVING clause by ORing.@discardableResult func orHaving(_ expression: any SQLExpression) -> Self