Skip to content

INSERT multiple JSON CONTENTs at once #1257

Description

@lvca

Discussed in #1226

Originally posted by gramian September 1, 2023
Dear All,
I would like to propose to extend the syntax of inserting JSON, ie:

INSERT INTO doc CONTENT { "name": "Jerry" };

such that it allows multiple record insertions in a single command, just like VALUES does.
This could look like:

INSERT INTO doc CONTENT { "name": "Jerry" }, { "num": 4 }, { "id": "x1" };

which would result in three records.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions