Analyzer: EXCEPT clause ignores unused projections in subqueries. #73930
Labels
analyzer
Issues and pull-requests related to new analyzer
analyzer-important
bug
Confirmed user-visible misbehaviour in official release
Company or project name
Describe what's wrong
The list of releases
yes, in ClickHouse local version 24.12.1.1417 (official build)
Enable crash reporting
How to reproduce
CREATE TABLE
statements for all tables involvedselect count(a)from(select 1 a,2 b union all select 1,1 except select 1,2);
Expected behavior
Error message and/or stacktrace
Additional context
The text was updated successfully, but these errors were encountered: