mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
a7bbf83c91
This reverts commit cdb2c8a770
.
3 lines
128 B
SQL
3 lines
128 B
SQL
SET send_logs_level = 'none';
|
|
SELECT count() FROM remote('{127,1}.0.0.{2,3}', system.one) SETTINGS skip_unavailable_shards = 1;
|