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