serial primary key start from
Hi,
I'm wondering is there a way to say to the primary key, from which value to start? I'm using postgress
1 Reply
PopSQL
PostgreSQL: Alter Sequence Command - PopSQL
Learn how to use the PostgreSQL 'Reset Sequence' command. If you have auto-incrementing serial ID columns, they typically start at 1. Sequences, managed in their designated tables, store essential details like start values and last values. Use 'Alter Sequence' to change the initial ID number.