Hello,
I have a populated table in Tera Data V2R5 with a column Mark_Value as (Decimal 18,0)(Total cols in the table are 12). There are more then one million rows in this table. I want to change data type of col Mark_Value as follows:
Current data type: Mark_Value Decimal (18,0)
want to change data type to:
Mark_Value Char(18)
Is there any way in teradata to change this col from Decimal to Char and Vice versa without dropping this col from the table.
Thanks
DFW1999
I have a populated table in Tera Data V2R5 with a column Mark_Value as (Decimal 18,0)(Total cols in the table are 12). There are more then one million rows in this table. I want to change data type of col Mark_Value as follows:
Current data type: Mark_Value Decimal (18,0)
want to change data type to:
Mark_Value Char(18)
Is there any way in teradata to change this col from Decimal to Char and Vice versa without dropping this col from the table.
Thanks
DFW1999