Skip to content

Support insert into values syntax #1022

@imay

Description

@imay

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions