Instance Method
orHaving(column:between:and:)
Shorthand for
orHaving(SQLBetween(operand: SQLColumn(column), lowerBound: SQLBind(lowerBound), upperBound: SQLBind(upperBound))).@discardableResult func orHaving(column: String, between lowerBound: some Encodable & Sendable, and upperBound: some Encodable & Sendable) -> Self