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