Added test [#METR-20624].

This commit is contained in:
Alexey Milovidov 2016-07-28 05:18:07 +03:00
parent 1bde542a29
commit f459167a0d
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
(1,2)

View File

@ -0,0 +1 @@
select a from (select (1, 2) as a) any inner join (select (1, 2) as a) using a;