“Urutan Reset PostgreSQL” Kode Jawaban

Urutan Reset PostgreSQL

ALTER SEQUENCE <tablename>_<id>_seq RESTART WITH 1
Outrageous Oyster

setel ulang urutan ID postgres

alter sequence <tableName>_id_seq restart with 1;
For an instance, we have a table named "groups" and we need to reset the id sequence with 1. 
alter sequence groups_id_seq restart with 1;
Shy Skipper

Jawaban yang mirip dengan “Urutan Reset PostgreSQL”

Pertanyaan yang mirip dengan “Urutan Reset PostgreSQL”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya