mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 08:35:20 +00:00
3 lines
120 B
SQL
3 lines
120 B
SQL
SET max_memory_usage = 1;
|
|
select 'test', count(*) from zeros_mt(1000000) where not ignore(zero); -- { serverError 241 }
|