
Syntax for using ALTER...ALTER COLUMN...
AFAIK there is no ALTER COLUMN part of ALTER TABLE, just {ADD | DROP} COLUMN
That means that you must move the data, drop the column, re-create the
column.
--
Regards,
Bas Cost Budde
soon resigning not from nospam but wegener
Management Information System wrote
Quote:
>I was trying [...] using ALTER TABLE TABLE_NAME ALTER COLUMN ... but did
not
>get any success (maybe due to I am not writing the correct statement.