Skip to content

Instantly share code, notes, and snippets.

@horaciod
Created March 8, 2023 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save horaciod/c6c3735b45cf572ca3216df53fbfa066 to your computer and use it in GitHub Desktop.
Save horaciod/c6c3735b45cf572ca3216df53fbfa066 to your computer and use it in GitHub Desktop.
alter sequence
SELECT setval(‘table_id_seq’, (SELECT MAX(id) FROM table));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment