- Notifications
You must be signed in to change notification settings - Fork76
Closed
Description
Starting with 23c it is possible togroup by column alias or position.
IMO grouping by an alias is the way to go. No need to repeat a lengthy expression. It makes the code more compact and readable. Using a positional reference is bad for the same reason as stated inG-3180.