Allow to parse operator NOT as a function #12262

This commit is contained in:
Alexey Milovidov 2020-07-10 09:47:37 +03:00
parent c16d8e094b
commit 02dea4973d
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
1
1

View File

@ -0,0 +1,2 @@
SELECT 1 != NOT (1);
SELECT 1 WHERE 10 != NOT ( NOT 10);