Closed electricjones closed 3 years ago
What I really want is for this to be possible: INSERT INTO characters CONTENT {}, {}, {}
or: INSERT INTO characters CONTENT [{}, {}, {}]
:+1:
This is cool, nice catch @chrismichaels84. Kudos to your team @luigidellaquila and @lvca when you manage this enhancement in version 2.2.0-beta :+1:
This is originally from https://groups.google.com/forum/#!topic/orient-database/A2eJvthrYnk. It was suggested I open an enhancement ticket.
I have three records that I need to insert in a single query:
What I really want is for this to be possible:
INSERT INTO characters CONTENT {}, {}, {}
Obviously with the correct JSON content. But that throws errors.
The only alternative I can find is following the VALUES syntax like
However, building this programatically (like inside a query builder) is a nightmare.