pub fn exists<'a, V, S>(subquery: S) -> SQLExpr<'a, V, Bool, NonNull, Scalar>where V: SQLParam + 'a, S: ToSQL<'a, V>,
EXISTS subquery check.
Returns true if the subquery returns any rows.