ClickHouse/tests/queries/0_stateless/01598_memory_limit_zeros.sql
2020-11-29 16:04:57 +03:00

3 lines
120 B
SQL

SET max_memory_usage = 1;
select 'test', count(*) from zeros_mt(1000000) where not ignore(zero); -- { serverError 241 }