Created
October 19, 2023 17:58
-
-
Save lbbedendo/449ff46d3baa7838b99ec513c2de92a7 to your computer and use it in GitHub Desktop.
Select last value of PostgreSQL sequence
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
SELECT last_value FROM sequence_name; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment