mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
4 lines
238 B
SQL
4 lines
238 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 enable_analyzer=1;
|