ClickHouse/dbms/tests/queries/0_stateless/00965_shard_unresolvable_addresses.sql
Alexey Milovidov f9f85b4c65 Added test
2019-07-08 05:03:01 +03:00

3 lines
147 B
SQL

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