ClickHouse/tests/queries/0_stateless/02477_exists_fuzz_43478.sql
2022-12-13 12:48:14 +01:00

4 lines
250 B
SQL

create table test_rows_compact_part__fuzz_11 (x UInt32) engine = MergeTree order by x;
insert into test_rows_compact_part__fuzz_11 select 1;
select 1 from test_rows_compact_part__fuzz_11 where exists(select 1) settings allow_experimental_analyzer=1;