Hello all,
We recently started development on a Teradata server, and have run into problems with making changes to the schema. We would like to change the data type of a field from DATE to TIMESTAMP(0), but alas it is a primary index column, and we are not allowed to drop it or the table (dependents). I was hoping I could issue an ALTER COLUMN command, but it doesn't appear as though this command is supported (according to Queryman's reference).
Does anyone have any idea how we can change this one field without having to kill the entire database and reload the schema from scratch? There is no data in the table currently, but there are some 100+ tables...
Thanks,
-Barry
We recently started development on a Teradata server, and have run into problems with making changes to the schema. We would like to change the data type of a field from DATE to TIMESTAMP(0), but alas it is a primary index column, and we are not allowed to drop it or the table (dependents). I was hoping I could issue an ALTER COLUMN command, but it doesn't appear as though this command is supported (according to Queryman's reference).
Does anyone have any idea how we can change this one field without having to kill the entire database and reload the schema from scratch? There is no data in the table currently, but there are some 100+ tables...
Thanks,
-Barry