Subject | alter column to NOT NULL |
---|---|
Author | bcteh_98 |
Post date | 2006-01-26T06:06:14Z |
Hi,
What is the command to change the
column to NOT NULL ?
alter table TEST
alter f3 type decimal(18,7) NOT null
but still hit an error ..
please help
Regards
Teh
What is the command to change the
column to NOT NULL ?
alter table TEST
alter f3 type decimal(18,7) NOT null
but still hit an error ..
please help
Regards
Teh