mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
test for #56790
This commit is contained in:
parent
5496e2d6ac
commit
c4f46c7ce5
@ -5,4 +5,3 @@
|
||||
20
|
||||
20
|
||||
20
|
||||
20
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user