Hi, jSqlParser doesn't seem to like "UNIQUE INDEX index (COLUMN)" in a CREATE TABLE, gives the following error:
Caused by: net.sf.jsqlparser.parser.ParseException: Encountered "INDEX" at line 1, column 399. Was expecting: <S_IDENTIFIER> …
Could you write the whole SQL statement?
Log in to post a comment.
Hi,
jSqlParser doesn't seem to like "UNIQUE INDEX index (COLUMN)" in a CREATE TABLE, gives the following error:
Caused by: net.sf.jsqlparser.parser.ParseException: Encountered "INDEX" at line 1, column 399.
Was expecting:
<S_IDENTIFIER> …
Could you write the whole SQL statement?