Details
-
Sub-task
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
3.5.0
-
None
Description
Teradata supports it:
create table t1(a int) using parquet; select a + 1 as a1, a1 + 1 as a2 from t1 group by a1, a2;
[UNSUPPORTED_FEATURE.LATERAL_COLUMN_ALIAS_IN_GROUP_BY] The feature is not supported: Referencing a lateral column alias via GROUP BY alias/ALL is not supported yet.