You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/04/25 01:48:51 UTC

[GitHub] [incubator-doris] imay opened a new issue #1022: Support insert into values syntax

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org