I need to increase the value of a Decimal(4) to Decimal(10) I tried the following and it doesnt work. ALTER TABLE xyz ALTER COLUMN PAGE SET DATA TYPE DECIMAL(10);
> I need to increase the value of a Decimal(4) to Decimal(10) > I tried the following and it doesnt work. > ALTER TABLE xyz ALTER COLUMN PAGE SET DATA TYPE DECIMAL(10);
DB2 UDB for LUW cannot do this with ALTER TABLE. In V8.2 there is support for what you ask for through control center. The feature is on the to-do list. Cheers Serge