Return to Snippet

Revision: 36794
at November 26, 2010 20:36 by arunpjohny


Initial Code
ALTER TABLE products ALTER COLUMN product_no SET NOT NULL;

Initial URL
http://www.postgresql.org/docs/7.4/interactive/ddl-alter.html

Initial Description


Initial Title
Postgresql Alter table command to add not null contraint

Initial Tags


Initial Language
Java