Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtenedor committed Jan 8, 2025
1 parent 5722cbc commit be19b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-pipe-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ If no `GROUP BY` clause is present, this performs full-table aggregation, return
with a column for each aggregate expression. Othwrise, this performs aggregation with grouping,
returning one row per group. Aliases can be assigned directly on grouping expressions.

The column list of this operator includes the grouping columns first (if any), and then the
The output column list of this operator includes the grouping columns first (if any), and then the
aggregate columns afterward.

Each `<agg_expr>` expression can include standard aggregate function(s) like `COUNT`, `SUM`, `AVG`,
Expand Down

0 comments on commit be19b08

Please sign in to comment.