From: "Michael Kleiser " <db2udbdba-ezmlmshield-x52655470.[Email Address Removed] Subject: How to change a column from "NOT NULL" TO "NULL" Date: Thu, 28 Oct 2004 13:35:22 +0200
In DB2 8.1 I have defined a colum, not to allow null-values
Now I do wan't to allow them. How can I do this ?
I Oracle it would be ALTER TABLE tablename MODIFY columnname NULL