“pós -gres Redefinir ID” Respostas de código

Reset ID Sequence 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

PostGresql Update Auto_increntle Valor

ALTER SEQUENCE product_id_seq RESTART WITH 1453
Cybernated Dev

pós -gres Redefinir ID

ALTER SEQUENCE inv.inventory_item_status_inventory_item_status_id_seq RESTART WITH 6
Mahmoud Nasr

Respostas semelhantes a “pós -gres Redefinir ID”

Perguntas semelhantes a “pós -gres Redefinir ID”

Mais respostas relacionadas para “pós -gres Redefinir ID” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código