Subject | Changing column default values |
---|---|
Author | robertgilland |
Post date | 2007-06-14T00:57:57Z |
current definition of a column is :
ISRANGED VARCHAR(1) DEFAULT 'Y'
how could we change this to
ISRANGED VARCHAR(1) DEFAULT 'N'
Kind Regards,
Robert.
ISRANGED VARCHAR(1) DEFAULT 'Y'
how could we change this to
ISRANGED VARCHAR(1) DEFAULT 'N'
Kind Regards,
Robert.