“postgresql truncate cascade restart identity” Kode Jawaban

postgresql truncate cascade restart identity

TRUNCATE bigtable, fattable RESTART IDENTITY;
Cirilord

Mulai ulang kaskade identitas

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

Jawaban yang mirip dengan “postgresql truncate cascade restart identity”

Pertanyaan yang mirip dengan “postgresql truncate cascade restart identity”

Lebih banyak jawaban terkait untuk “postgresql truncate cascade restart identity” di Sql

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya