mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
4 lines
250 B
SQL
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;
|