Subject alter column to NOT NULL
Author bcteh_98
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