Skip to content

Suggestion for inserting many value in single query #1

Description

@16ratneshkumar

You can put many value at single time in insert query like this

>INSERT INTO
    <Table_name>
VALUES
    (value1),(value2),(value3) ;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions