Hello All,
I am having problems finding the correct syntax for changing a column from NULL to NOT NULL.
We are using DB2 on z/OS.
I have tried:
ALTER TABLE TEST_CB ALTER COLUMN TEST_CHAR NOT NULL;
ALTER TABLE TEST_CB ALTER COLUMN TEST_CHAR SET NOT NULL;
And a couple others, but no luck.
Thanks,
Craigbert
I am having problems finding the correct syntax for changing a column from NULL to NOT NULL.
We are using DB2 on z/OS.
I have tried:
ALTER TABLE TEST_CB ALTER COLUMN TEST_CHAR NOT NULL;
ALTER TABLE TEST_CB ALTER COLUMN TEST_CHAR SET NOT NULL;
And a couple others, but no luck.
Thanks,
Craigbert
Comment