Nikita Mikhaylov 2024-04-02 16:56:16 +00:00
parent f1fb042be3
commit b19b0890be
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- https://github.com/ClickHouse/ClickHouse/issues/11813
select 1 from (select 1 x) l join (select 1 y, [1] a) r on l.x = r.y array join r.a;