mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
CLICKHOUSE-3837
This commit is contained in:
parent
5c4b4e96f7
commit
894c5b356d
@ -6,4 +6,4 @@ INSERT INTO FUNCTION remote('127.0.0.1', default.remote_test) VALUES(3);
|
||||
INSERT INTO FUNCTION remote('127.0.0.1', default.remote_test) VALUES(4);
|
||||
SELECT COUNT(*) FROM remote('127.0.0.1', default.remote_test);
|
||||
SELECT count(*) FROM remote('127.0.0.{1,2}', merge(default, '^remote_test'));
|
||||
DROP TABLE test.remote_test;
|
||||
DROP TABLE remote_test;
|
||||
|
Loading…
Reference in New Issue
Block a user