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