mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
6 lines
220 B
SQL
6 lines
220 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);
|
|
|
|
-- Clear cache to avoid future errors in the logs
|
|
SYSTEM DROP DNS CACHE
|