mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
3 lines
124 B
SQL
3 lines
124 B
SQL
set any_join_distinct_right_table_keys = 1;
|
|
select a from (select (1, 2) as a) any inner join (select (1, 2) as a) using a;
|