Added a test from Vasily Nemkov #8813

This commit is contained in:
Alexey Milovidov 2020-02-03 00:11:49 +03:00
parent 1aedbb3806
commit afbb3fca46
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
1
0
1
0
1
0
0
0

View File

@ -0,0 +1,8 @@
select 1 in [1, 2];
select 3 in [1, 2];
select 1 in 1;
select 3 in 1;
select (1) in [1, 2];
select (3) in [1, 2];
select [1] in [1, 2];
select [3] in [1, 2];