“Reinicie a cascata de identidade” 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 “Reinicie a cascata de identidade”

Perguntas semelhantes a “Reinicie a cascata de identidade”

Mais respostas relacionadas para “Reinicie a cascata de identidade” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código