mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
dbms: added test [#METR-11370].
This commit is contained in:
parent
9e1e1f4552
commit
22afae3b4a
10
dbms/tests/queries/0_stateless/00059_global_in.reference
Normal file
10
dbms/tests/queries/0_stateless/00059_global_in.reference
Normal file
@ -0,0 +1,10 @@
|
||||
1
|
||||
3
|
||||
5
|
||||
7
|
||||
9
|
||||
11
|
||||
13
|
||||
15
|
||||
17
|
||||
19
|
1
dbms/tests/queries/0_stateless/00059_global_in.sql
Normal file
1
dbms/tests/queries/0_stateless/00059_global_in.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT number FROM remote('127.0.0.{1,2}', system, numbers) WHERE number GLOBAL IN (SELECT number FROM remote('127.0.0.{1,2}', system, numbers) WHERE number % 2 = 1 LIMIT 10) LIMIT 10;
|
Loading…
Reference in New Issue
Block a user