I am trying to write an Alter table statment that will change the mask
I have:
ALTER TABLE [tblName]
Modify [clmName] to [clmName] format 999.9;
Something is wrong.... I'm kind of new to this. Could any help me
with the correct syntax?
thanks,
ori