Changes between Initial Version and Version 1 of Ticket #23557, comment 10


Ignore:
Timestamp:
Apr 21, 2023, 6:49:08 PM (13 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23557, comment 10

    initial v1  
    11Some interesting development in SQL:2023 about the possibility to `ORDER BY` non-selected columns when using aggregation `F868`.
    22
    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.
Back to Top