“PostgreSQL truncate Cascade Restart Identity” Respostas de código

PostgreSQL truncate Cascade Restart Identity

TRUNCATE bigtable, fattable RESTART IDENTITY;
Cirilord

Reinicie a cascata de identidade

TRUNCATE <table_name> RESTART IDENTITY CASCADE;
--RESTART will reset the identity sequence
--CASCADE all tables that have a foreign key reference to 
--table_name will be truncated as well
The Nihad

Respostas semelhantes a “PostgreSQL truncate Cascade Restart Identity”

Perguntas semelhantes a “PostgreSQL truncate Cascade Restart Identity”

Mais respostas relacionadas para “PostgreSQL truncate Cascade Restart Identity” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código