ClickHouse/tests/queries/0_stateless/00965_shard_unresolvable_addresses.sql
2021-07-21 14:16:05 +03:00

3 lines
147 B
SQL

SELECT count() FROM remote('127.0.0.1,localhos', system.one); -- { serverError 198 }
SELECT count() FROM remote('127.0.0.1|localhos', system.one);