-
Is there a way to get the id of the value just inserted? Something like |
Beta Was this translation helpful? Give feedback.
Answered by
jackc
Dec 21, 2022
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
X-lem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
QueryRow()
with aRETURNING
clause in the query.