pub fn or<'a, V, I, E>(conditions: I) -> SQLExpr<'a, V, Bool, NonNull, Scalar>Expand description
Logical OR of multiple conditions.
Returns a boolean expression that is true if any condition is true. Accepts any iterable of items that implement ToSQL.