how to run multiple sql query in one orientdb query statement #10119
-
I can find the sql query need to CRUD vertex in https://orientdb.org/docs/3.0.x/sql/SQL-Create-Vertex.html
it returns> |
Beta Was this translation helpful? Give feedback.
Answered by
tglman
Feb 19, 2024
Replies: 1 comment 3 replies
-
Hi, please use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the API for running multiple statement is :
and not the
session.query
Regards