You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alter table total_issue_info exchange partition P0001 with table total_issue_info_tmp
Expected Behavior
the sql runs well on Navicat, I expect jsqlparser parses it also well
Actual Behavior
net.sf.jsqlparser.JSQLParserException
at net.sf.jsqlparser.parser.CCJSqlParserUtil.parse(CCJSqlParserUtil.java:51)
at net.sf.jsqlparser.parser.CCJSqlParserUtil.parse(CCJSqlParserUtil.java:40)
at com.spy.service.situation.SituationHandler.handle(SituationHandler.java:654)
Caused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "exchange" <S_IDENTIFIER>
at line 1, column 34.
sql
alter table total_issue_info exchange partition P0001 with table total_issue_info_tmp
Expected Behavior
the sql runs well on Navicat, I expect jsqlparser parses it also well
Actual Behavior
net.sf.jsqlparser.JSQLParserException
at net.sf.jsqlparser.parser.CCJSqlParserUtil.parse(CCJSqlParserUtil.java:51)
at net.sf.jsqlparser.parser.CCJSqlParserUtil.parse(CCJSqlParserUtil.java:40)
at com.spy.service.situation.SituationHandler.handle(SituationHandler.java:654)
Caused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "exchange" <S_IDENTIFIER>
at line 1, column 34.
Was expecting one of:
at net.sf.jsqlparser.parser.CCJSqlParser.generateParseException(CCJSqlParser.java:22439)
System
The text was updated successfully, but these errors were encountered: