“PostgreSQL truncate cascade reiniciar identidad” Código de respuesta

PostgreSQL truncate cascade reiniciar identidad

TRUNCATE bigtable, fattable RESTART IDENTITY;
Cirilord

reiniciar la cascada de identidad

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

Respuestas similares a “PostgreSQL truncate cascade reiniciar identidad”

Preguntas similares a “PostgreSQL truncate cascade reiniciar identidad”

Más respuestas relacionadas con “PostgreSQL truncate cascade reiniciar identidad” en Sql

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código