@@ -29,6 +29,8 @@ The following Keywords are **restricted** in JSQLParser-|JSQLPARSER_VERSION| and
2929+----------------------+-------------+-----------+
3030| CONNECT_BY_ROOT | Yes | Yes |
3131+----------------------+-------------+-----------+
32+ | CSV | Yes | Yes |
33+ +----------------------+-------------+-----------+
3234| PRIOR | Yes | Yes |
3335+----------------------+-------------+-----------+
3436| CONSTRAINT | Yes | Yes |
@@ -47,6 +49,8 @@ The following Keywords are **restricted** in JSQLParser-|JSQLPARSER_VERSION| and
4749+----------------------+-------------+-----------+
4850| ELSE | Yes | Yes |
4951+----------------------+-------------+-----------+
52+ | ERRORS | Yes | Yes |
53+ +----------------------+-------------+-----------+
5054| EXCEPT | Yes | Yes |
5155+----------------------+-------------+-----------+
5256| EXCLUDES | Yes | Yes |
@@ -55,8 +59,12 @@ The following Keywords are **restricted** in JSQLParser-|JSQLPARSER_VERSION| and
5559+----------------------+-------------+-----------+
5660| FALSE | Yes | Yes |
5761+----------------------+-------------+-----------+
62+ | FBV | Yes | Yes |
63+ +----------------------+-------------+-----------+
5864| FETCH | Yes | Yes |
5965+----------------------+-------------+-----------+
66+ | FILE | Yes | Yes |
67+ +----------------------+-------------+-----------+
6068| FINAL | Yes | Yes |
6169+----------------------+-------------+-----------+
6270| FOR | Yes | Yes |
@@ -87,6 +95,8 @@ The following Keywords are **restricted** in JSQLParser-|JSQLPARSER_VERSION| and
8795+----------------------+-------------+-----------+
8896| ILIKE | Yes | Yes |
8997+----------------------+-------------+-----------+
98+ | IMPORT | Yes | Yes |
99+ +----------------------+-------------+-----------+
90100| IN | Yes | Yes |
91101+----------------------+-------------+-----------+
92102| INCLUDES | Yes | Yes |
@@ -157,6 +167,8 @@ The following Keywords are **restricted** in JSQLParser-|JSQLPARSER_VERSION| and
157167+----------------------+-------------+-----------+
158168| SAMPLE | Yes | |
159169+----------------------+-------------+-----------+
170+ | SCRIPT | Yes | Yes |
171+ +----------------------+-------------+-----------+
160172| SEL | Yes | |
161173+----------------------+-------------+-----------+
162174| SELECT | Yes | |
@@ -169,6 +181,8 @@ The following Keywords are **restricted** in JSQLParser-|JSQLPARSER_VERSION| and
169181+----------------------+-------------+-----------+
170182| START | Yes | Yes |
171183+----------------------+-------------+-----------+
184+ | STATEMENT | Yes | Yes |
185+ +----------------------+-------------+-----------+
172186| TABLES | Yes | |
173187+----------------------+-------------+-----------+
174188| TOP | Yes | Yes |
@@ -207,6 +221,8 @@ The following Keywords are **restricted** in JSQLParser-|JSQLPARSER_VERSION| and
207221+----------------------+-------------+-----------+
208222| VARYING | Yes | Yes |
209223+----------------------+-------------+-----------+
224+ | VERIFY | Yes | Yes |
225+ +----------------------+-------------+-----------+
210226| WHEN | Yes | Yes |
211227+----------------------+-------------+-----------+
212228| WHERE | Yes | Yes |
0 commit comments