Menu

Parsing "UNIQUE INDEX" throw...

2010-05-27
2012-12-07
  • Nobody/Anonymous

    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> …

     
  • Leonardo Francalanci

    Could you write the whole SQL statement?

     

Log in to post a comment.