Created
August 26, 2023 18:05
-
-
Save aquaductape/ce13b6c9fb9dde3850af38817abe9c49 to your computer and use it in GitHub Desktop.
One of the ways to return value from insert statement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO cats (name, owner_name, age) VALUES ('aaa', 'joooooohn', 5) RETURNING *; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment