Hi All,
I have an existing table in TERADATA and it has a field named log_dttm defined as timestamp.
I want to change the column data type to varchar(30).
"alter table modify" failed to convert.
ALTER TABLE Failed. 3558: Cannot alter the specified attribute(s) for log_dttm.
Is there any direct command to accomplish this?
↧