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...