-
Dear Community, can somebody give me a hint on the difference between Thank You |
Beta Was this translation helpful? Give feedback.
Answered by
lvca
Oct 1, 2022
Replies: 1 comment
-
The SQL script allows multiple statements (separated with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gramian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The SQL script allows multiple statements (separated with
;
). Also, it allows using variables (LET statement) and more. Check that out at: https://docs.arcadedb.com/#_sql-batch.