mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 14:02:21 +00:00
3 lines
108 B
SQL
3 lines
108 B
SQL
SELECT (SELECT 1) FROM remote('127.0.0.{1,2}', system.one);
|
|
SELECT (SELECT 1) FROM remote('127.0.0.{1,2}');
|