Skip to content

Commit f8bd31d

Browse files
committed
Adding NOT to the select options
Signed-off-by: iifawzi <iifawzie@gmail.com>
1 parent 8fddb4b commit f8bd31d

3 files changed

Lines changed: 635 additions & 0 deletions

File tree

src/Statements/SelectStatement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class SelectStatement extends Statement
6969
'SQL_CACHE' => 8,
7070
'SQL_NO_CACHE' => 8,
7171
'SQL_CALC_FOUND_ROWS' => 9,
72+
'NOT' => 10,
7273
];
7374

7475
/**

tests/data/parser/parseSelect12.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT NOT 1 AS test

0 commit comments

Comments
 (0)