JSqlParser
JSqlParser copied to clipboard
[BUG] JSQLParser Version : 4.6 hive overwrite
Whether the overwrite is not supported
insert overwrite table default.test select * from default.test2;
throw net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "default" "DEFAULT" at line 1, column 24.
Greetings.
This syntax is far away from any SQL Standard (what RDBMS is this please?) You will need to provide or sponsor an implementation if you want to see it supported.
Greetings.
This syntax is far away from any SQL Standard (what RDBMS is this please?) You will need to provide or sponsor an implementation if you want to see it supported.
Sorry,My question has the wrong title Now I corrected it.