mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
dbms: added tests [#METR-12383].
This commit is contained in:
parent
b16c083de5
commit
3c6a79f02b
@ -0,0 +1,2 @@
|
||||
0
|
||||
0
|
2
dbms/tests/queries/0_stateless/00066_group_by_in.sql
Normal file
2
dbms/tests/queries/0_stateless/00066_group_by_in.sql
Normal file
@ -0,0 +1,2 @@
|
||||
SELECT (dummy IN (1)) AS x GROUP BY x;
|
||||
SELECT (1 IN (0,2)) AS x GROUP BY x;
|
Loading…
Reference in New Issue
Block a user