mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
3 lines
147 B
SQL
3 lines
147 B
SQL
SET max_execution_speed = 1, max_execution_time = 3, max_rows_to_read = 0;
|
|
SELECT count() FROM system.numbers; -- { serverError TIMEOUT_EXCEEDED }
|