Answers for "how to seelect current value of sequence postgresql"

SQL
1

check current sequence value postgres

SELECT last_value FROM sequence_name;
Posted by: Guest on April-17-2020

Code answers related to "how to seelect current value of sequence postgresql"

Code answers related to "SQL"

Browse Popular Code Answers by Language