ClickHouse/tests/queries/0_stateless/02477_exists_fuzz_43478.sql

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

4 lines
250 B
MySQL
Raw Normal View History

2022-11-24 17:28:01 +00:00
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;