Answers for "postgres advance table id count"

SQL
0

postgres advance table id count

# Reset the counter of a table named yourTable to start at id # 1453
ALTER SEQUENCE yourTable_id_seq RESTART WITH 1453
Posted by: Guest on March-14-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language