hi,
is there any way to change not null column to null ?
Create Table test
(a Number(10) Not Null,
b Date
);
i need column a to be nullable, can this be done ?
i am using direct load of data from .dat file
in which first column i.e. a is null,
hence i need to modify the table column
definition so that column a is nullable.
plz assist
regards
nic
Message was edited by:
Nicloei W