pub fn subquery_expr(expr: Expression, alias_name: &str) -> ExprExpand description
Wrap an existing Expression as a named subquery.
This is the lower-level version of subquery() that accepts a pre-built
Expression instead of a SelectBuilder.