delete_unique.sql
369 Bytes
\t
select 'alter table zakonczenia drop constraint '|| constraint_name || ';' from information_schema.table_constraints where constraint_type = 'UNIQUE' and table_name = 'zakonczenia';
select 'alter table odmieniasie drop constraint '|| constraint_name || ';' from information_schema.table_constraints where constraint_type = 'UNIQUE' and table_name = 'odmieniasie';