Answers for "postgre restart id sequence"

SQL
1

postgres restart id

-- if you dont mind losing the data, do the following
TRUNCATE TABLE someTable RESTART IDENTITY;
Posted by: Guest on January-15-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language