dbms: added tests [#METR-12383].

This commit is contained in:
Alexey Milovidov 2014-08-19 02:54:18 +04:00
parent b16c083de5
commit 3c6a79f02b
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
0
0

View File

@ -0,0 +1,2 @@
SELECT (dummy IN (1)) AS x GROUP BY x;
SELECT (1 IN (0,2)) AS x GROUP BY x;