Changes between Version 4 and Version 5 of Ticket #34255, comment 4


Ignore:
Timestamp:
Jan 12, 2023, 10:40:00 PM (16 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34255, comment 4

    v4 v5  
    1 I believe the here issue is that the `year` annotation is ''elided'' from the query for a good reason, only one column must be present in the `ARRAY`/`SubqueryArray` construct.
     1I believe the issue here is that the `year` annotation is ''elided'' from the query for a good reason, only one column must be present in the `ARRAY`/`SubqueryArray` construct.
    22
    33In other words, the problem is not about grouping by alias or column index but grouping by an expression that is elided from the select clause and thus cannot be grouped by reference.
Back to Top