Closed nooberfsh closed 2 years ago
Resolving with t1 as (select * from foo) select * from t1 t2 (z1,z2,z3) failed message:
with t1 as (select * from foo) select * from t1 t2 (z1,z2,z3)
Tables accessed: public.foo*** Exception: column alias missing from aliasMap: RColumnAlias (ColumnAlias () "z3" (ColumnAliasId 5)), fromList []
This was tested with the Presto parser.
Presto
Resolving
with t1 as (select * from foo) select * from t1 t2 (z1,z2,z3)
failed message:This was tested with the
Presto
parser.