Answers for "psql drop check constraint"

3

drop constraint psql

ALTER TABLE table_name
DROP CONSTRAINT constraint_name;
Posted by: Guest on June-09-2021

Browse Popular Code Answers by Language