Insert data #202
Unanswered
marsiliflavio
asked this question in
Q&A
Insert data
#202
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.
-
Hi,
an example collection
Person: { "_id", "Name" }
where "_id" is Fluree sequence
in Tsql in only trans can write
INSERT INTO Person(Name) VALUES ('Bob')
SELECT SCOPE_IDENTITY() as _id
and obtains new _id
how do get it in Fluree
Beta Was this translation helpful? Give feedback.
All reactions