Hi All,
I have one problem.
We have created one table with not null constraint.
Now I want to alter those columns back to null.
I have fired following syntax but it's not happening...
Can anybody help me out..
1. ALTER TABLE test ALTER COLUMN age DROP NULL;
2. ALTER TABLE test ALTER COLUMN age SET NULL;
Plese reply ASAP.
Regards,
Bhushan Sawant