ClickHouse/tests/queries/0_stateless/01782_field_oom.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
130 B
MySQL
Raw Normal View History

2021-03-31 05:21:27 +00:00
SET max_memory_usage = '500M';
SELECT sumMap([number], [number]) FROM system.numbers_mt; -- { serverError MEMORY_LIMIT_EXCEEDED }