pub fn query(q: impl Query + 'static) -> ExprExpand description
A query as an expression, not parenthesised.
The form for slots that supply their own parentheses — a WITH body,
INSERT … SELECT — and for a compound operand, which in SQLite must have no
parentheses at all. Use subquery where the parentheses belong to the
sub-query itself, as in a FROM item or a scalar sub-expression.