I have a doubt in DB2.
I have a table with a column having datatype as decimal.
Eg : CREATE TABLE checktesttable(quantity INT,price DECIMAL(10,2))
How to alter the above table for column price with datatype Decimal (11,3).
I tried with difft options but it guves error