You can't do that.
Why do you think you need it? Teradata is a Relational database and the order of columns has no relevane in Relational Model.
You might simply change the 1:1 view for this table to use the new order.
Btw, writing "SELECT *" in SQL is bad practice...
Dieter
You can't do that.
Why do you think you need it? Teradata is a Relational database and the order of columns has no relevane in Relational Model.
You might simply change the 1:1 view for this table to use the new order.
Btw, writing "SELECT *" in SQL is bad practice...
Dieter