Hi all,
i'm working on a project and i need to change in a table of the db the data-type of a column this column is type Decimal(19,2) and i need to change it in Varchar(512) without drop and rebuild the table or the column.
it is possible to do it with a query in DB2? (like alter table .... alter .... set data type...)
If yes can you write me the query?
thx
i'm working on a project and i need to change in a table of the db the data-type of a column this column is type Decimal(19,2) and i need to change it in Varchar(512) without drop and rebuild the table or the column.
it is possible to do it with a query in DB2? (like alter table .... alter .... set data type...)
If yes can you write me the query?
thx