NewID() Snippet
I want to create a snippet that will generate a new guid value (the actual value generated from NewId()).
1
vote
Kevin Jacobs
shared this idea
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
Please be informed that the generation of a new ID occurs after executing the code.
Since inserting a snippet and the executor are separate actions, you need to use the result of executing the script `SELECT NEWID()`.
Best,
Devart Support Team