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