ClickHouse/tests/queries/0_stateless/01598_memory_limit_zeros.sql
2021-10-28 15:02:09 +03:00

5 lines
203 B
SQL

-- Tags: no-parallel, no-fasttest
SET max_memory_usage = 1, max_untracked_memory = 1000000, max_threads=40;
select 'test', count(*) from zeros_mt(1000000) where not ignore(zero); -- { serverError 241 }