mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
4 lines
99 B
SQL
4 lines
99 B
SQL
-- Tags: distributed
|
|
|
|
SELECT DISTINCT number FROM remote('127.0.0.{2,3}', system.numbers) LIMIT 10
|