ClickHouse/tests/queries/0_stateless/00613_shard_distributed_max_execution_time.sql

3 lines
143 B
MySQL
Raw Normal View History

2018-04-02 18:19:47 +00:00
SET max_execution_time = 1, timeout_overflow_mode = 'break';
SELECT DISTINCT * FROM remote('127.0.0.{2,3}', system.numbers) WHERE number < 10;