- 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.
The use of a position should be avoided. It's handled in#197.
With 23c it is no longer necessary to repeat expressions in select_clause. The column alias should be used instead. In improves readability and maintainability.