ClickHouse/dbms/tests/queries/0_stateless/00976_max_execution_speed.sql
Alexey Milovidov c2035a21fc Added a test
2019-07-31 03:29:47 +03:00

3 lines
112 B
SQL

SET max_execution_speed = 1, max_execution_time = 3;
SELECT count() FROM system.numbers; -- { serverError 159 }