Skip to content

Commit 899befe

Browse files
committed
Document FILTER clause
1 parent 64cb38e commit 899befe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docs/releases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2828
* IANA released version 2025b of the Time Zone Database. Hyper’s time zone information is updated accordingly. Noteworthy changes:
2929
* New zone America/Coyhaique
3030
* Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end.
31+
* Support for the FILTER clause has been added to aggregation functions in Hyper SQL.
32+
* For example, you can now write queries such as `SELECT count(*), count(*) FILTER (WHERE color = 'blue') FROM phone_cases;`.
33+
* The FILTER clause is not yet supported for user-defined aggregates, WINDOW functions, and holistic aggregates.
3134

3235
### 0.0.22106 [May 1 2025]
3336

0 commit comments

Comments
 (0)