ClickHouse/tests/queries/0_stateless/00353_join_by_tuple.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
132 B
MySQL
Raw Normal View History

set any_join_distinct_right_table_keys = 1;
select a from (select (1, 2) as a) js1 any inner join (select (1, 2) as a) js2 using a;