Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres DROP and create contraint

ALTER TABLE table_name
DROP CONSTRAINT constraint_name;
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #postgres #DROP #create #contraint
ADD COMMENT
Topic
Name
5+7 =