dbms: added test [#METR-11370].

This commit is contained in:
Alexey Milovidov 2014-07-07 02:32:37 +04:00
parent 9e1e1f4552
commit 22afae3b4a
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
1
3
5
7
9
11
13
15
17
19

View 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;