What is the difference between similar instructions: CREATE
and INSERT
, UPSERT
and INSERT
with UPDATE
, RELATE
and INSERT RELATION
?
#1031
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon, I tried to read the documentation, but I still can't understand the difference of some designs!
Here are the sample queries and I don't see the difference between:
#1
and#2
;#3
and#4
;#5
and#6
.Where, when and what is better to use? And why is there an
INSERT
that can do 3 things in 1?Queries:
Results:
SurrealDB version:
P.S.: Apologies, English isn't my first language.
Beta Was this translation helpful? Give feedback.
All reactions