Skip to content

Commit

Permalink
Merge pull request #3954 from szarnyasg/nits-20241024a
Browse files Browse the repository at this point in the history
Reword
  • Loading branch information
szarnyasg authored Oct 24, 2024
2 parents cdd1436 + 318c45f commit 608f8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sql/statements/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ ON Year
USING first(Population);
```

> Note Although the SQL syntax permits [FILTER clauses]({% link docs/sql/query_syntax/filter.md %}) with aggregate functions in `USING`,
> `PIVOT` currently does not support these, they are silently ignored.
> Note The SQL syntax permits [`FILTER` clauses]({% link docs/sql/query_syntax/filter.md %}) with aggregate functions in the `USING` clause.
> In DuckDB, the `PIVOT` statement currently does not support these and they are silently ignored.
### `PIVOT ON`, `USING`, and `GROUP BY`

Expand Down

0 comments on commit 608f8d9

Please sign in to comment.