In the following sql:
select t0 from (select 1 as t0, 2 as t0 from dept)
SqlValidatorImpl does not throw an exception for the ambiguous field "t0".
- is related to
-
CALCITE-1535 Give error if ORDER BY clause references ambiguous column name
-
- Closed
-
- links to