/ Published in: Java
URL: http://www.postgresql.org/docs/7.4/interactive/ddl-alter.html
Expand |
Embed | Plain Text
ALTER TABLE products ALTER COLUMN product_no SET NOT NULL;
You need to login to post a comment.
URL: http://www.postgresql.org/docs/7.4/interactive/ddl-alter.html
ALTER TABLE products ALTER COLUMN product_no SET NOT NULL;
You need to login to post a comment.