mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Allow to parse operator NOT as a function #12262
This commit is contained in:
parent
c16d8e094b
commit
02dea4973d
2
tests/queries/0_stateless/01385_not_function.reference
Normal file
2
tests/queries/0_stateless/01385_not_function.reference
Normal file
@ -0,0 +1,2 @@
|
||||
1
|
||||
1
|
2
tests/queries/0_stateless/01385_not_function.sql
Normal file
2
tests/queries/0_stateless/01385_not_function.sql
Normal file
@ -0,0 +1,2 @@
|
||||
SELECT 1 != NOT (1);
|
||||
SELECT 1 WHERE 10 != NOT ( NOT 10);
|
Loading…
Reference in New Issue
Block a user