This commit is contained in:
Denny Crane 2023-11-17 10:27:02 +03:00
parent 5496e2d6ac
commit c4f46c7ce5
2 changed files with 0 additions and 3 deletions

View File

@ -7,8 +7,6 @@ ENGINE = MergeTree order by x as select * from numbers(10);
select count() from remote('127.0.0.1,127.0.0.2', currentDatabase(), test_local);
select count() from remote('127.0.0.1,127.0.0.2', currentDatabase(), test_local);
select count() from remote('127.0.0.1,127.0.0.2', currentDatabase(), test_local) where 'XXX' global in (select 'XXX');
select count() from remote('127.0.0.1,127.0.0.2', currentDatabase(), test_local) where * global in (select * from test_local);