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