Instance Property
expressions
The potentially empty list of expressions to group.
let expressions: [any SQLExpression]
Discussion
When there is more than one expression in the list, they are wrapped with an SQLList before serialization.
Instance Property
let expressions: [any SQLExpression]
When there is more than one expression in the list, they are wrapped with an SQLList before serialization.