I'm new to Teradata, and I'm having a very strange problem with the Teradata SQL Analyzer. When my SQL DML executes, in the Answerset window instead of displaying the column names it displays alphabet letters.
For example, if I execute:
select col1, col2, col3, col4 from table_name
then in the Answerset pane, the result displays:
A B C D
instead of
col1 col2 col3 col4
And if my query contains 26 columns, then I get every A thru Z.
In the Answerset options I've tried both 'display column titles' and 'display column names'. Neither of them change it.
Thanks for any help.
Ed
For example, if I execute:
select col1, col2, col3, col4 from table_name
then in the Answerset pane, the result displays:
A B C D
instead of
col1 col2 col3 col4
And if my query contains 26 columns, then I get every A thru Z.
In the Answerset options I've tried both 'display column titles' and 'display column names'. Neither of them change it.
Thanks for any help.
Ed