Answers for "how to truncate table with foreign key constraint postgresql"

SQL
-1

truncate table postgres

truncate my_table restart identity
Posted by: Guest on May-10-2021
0

how to truncate table with foreign key constraint postgresql

TRUNCATE table_name RESTART IDENTITY CASCADE;
Posted by: Guest on April-26-2022

Code answers related to "how to truncate table with foreign key constraint postgresql"

Code answers related to "SQL"

Browse Popular Code Answers by Language