Version IBM DB2 Personal Edition 7.?? and IBM DB2 Server Edition 7.??
Got all the patch.
Command -
ALTER TABLE table_name ALTER COLUMN "column_name" SET DATA TYPE DECIMAL(9,3)
and
ALTER TABLE table_name ALTER COLUMN "column_name" DECIMAL(9,3)
error -
DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor. During SQL processing it returned: found following "BEGIN-OF-STATEMENT". Expected tokens may include: "<values>". SQLSTATE=42601
I'm trying to alter a column from a Decimal (5,0) to a Decimal(9,3) there are value in the column.