Skip to content

Instance Method

orWhere(_:_:_:)

Adds a column to expression comparison to the WHERE clause by ORing.
@discardableResult func orWhere(_ lhs: SQLIdentifier, _ op: SQLBinaryOperator, _ rhs: any SQLExpression) -> Self