pub fn exists<'a, V, S>(
subquery: S,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Bool, NonNull, Scalar>Expand description
EXISTS subquery check.
Returns true if the subquery returns any rows.
pub fn exists<'a, V, S>(
subquery: S,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Bool, NonNull, Scalar>EXISTS subquery check.
Returns true if the subquery returns any rows.