Hi All,
I am just wondering wether it is possible or not. I have created a table similar to another table by using -
create table table_name as select * from table_name1;
Now, I want to differentiate the column name from the previous table column names. I want to add
E at the end of the all column names. Is it possible using sql Command in sql workshop or toad without doing it manually as I have more than 100 columns in that table?
Thanks in advance.
Regards,
M Tajuddin