imay opened a new issue #1022: Support insert into values syntax URL: https://github.com/apache/incubator-doris/issues/1022 **Is your feature request related to a problem? Please describe.** Some user use Doris want to load data with JDBC. But now, Doris can not support `insert into values (), ()`. **Describe the solution you'd like** So I want to support values clause in Doris, and this values can be seen as a SelectStmt. `values (1, 2), (3, 4)` is seen as select a table which contain two rows (1, 2) and (3, 4)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
