We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a46a29 commit 6711f60Copy full SHA for 6711f60
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -4431,7 +4431,7 @@ CreateTable CreateTable():
4431
)
4432
4433
]
4434
- ( parameter=CreateParameter() { tableOptions.addAll(parameter); } )*
+ ( LOOKAHEAD(2) parameter=CreateParameter() { tableOptions.addAll(parameter); } )*
4435
4436
// see https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_7002.htm#i2126725
4437
// table properties , all these are optional
0 commit comments