Changes between Initial Version and Version 1 of Ticket #23557, comment 10
- Timestamp:
- Apr 21, 2023, 6:49:08 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23557, comment 10
initial v1 1 1 Some interesting development in SQL:2023 about the possibility to `ORDER BY` non-selected columns when using aggregation `F868`. 2 2 3 [http://peter.eisentraut.org/blog/2023/04/04/sql-2023-is-finished-here-is-whats-new#order-by-in-grouped-table-f868 If I understand correctly Postgres 16+ should implement this feature] .3 [http://peter.eisentraut.org/blog/2023/04/04/sql-2023-is-finished-here-is-whats-new#order-by-in-grouped-table-f868 If I understand correctly Postgres 16+ should implement this feature] so I guess we could have an approach here where instead of silently augmenting the `GROUP BY` we don't if the backend supports it and otherwise raise an error hinting at explicitly grouping by them.