mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
3 lines
197 B
SQL
3 lines
197 B
SQL
set max_execution_time = 0.5, timeout_overflow_mode = 'break';
|
|
SELECT number FROM remote('127.0.0.{3|2}', numbers(1)) WHERE number GLOBAL IN (SELECT number FROM numbers(10000000000.)) format Null;
|