Skip to main content

group_by

Function group_by 

Source
pub fn group_by<Q: HasGroupBy>(group: impl IntoExpr) -> impl Mod<Q>
Expand description

Add a grouping expression.

SQLite’s GROUP BY expr [, ...] takes plain expressions and nothing else: there is no DISTINCT modifier, and no ROLLUP, CUBE or GROUPING SETS.