pub fn not<'a, V, E>(
expr: E,
) -> SQLExpr<'a, V, <<V as SQLParam>::DialectMarker as DialectTypes>::Bool, <E as Expr<'a, V>>::Nullable, <E as Expr<'a, V>>::Aggregate>where
V: SQLParam + 'a,
E: Expr<'a, V>,
<E as Expr<'a, V>>::SQLType: BooleanLike,
<E as Expr<'a, V>>::Nullable: Nullability,Expand description
Logical NOT.
Negates a boolean expression.