exists

Function exists 

Source
pub fn exists<'a, V, S>(subquery: S) -> SQLExpr<'a, V, Bool, NonNull, Scalar>
where V: SQLParam + 'a, S: ToSQL<'a, V>,
Expand description

EXISTS subquery check.

Returns true if the subquery returns any rows.