mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Implement teset for 'NOT BETWEEN'
This commit is contained in:
parent
9dd0292d77
commit
9265fb34a5
@ -0,0 +1 @@
|
||||
1
|
1
dbms/tests/queries/0_stateless/00834_not_between.sql
Normal file
1
dbms/tests/queries/0_stateless/00834_not_between.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT 2 NOT BETWEEN 2 + 1 AND 4 - 1;
|
Loading…
Reference in New Issue
Block a user