I am using Teradata bteq utility to run teradata commands form unix server.
I am able to connect to teradata, but while fetching data it gives only 7 columns and a dot(.) at end of decimal field. I am using query, select * from databasename.tablename
output column1(decimal) column2 column3(decimal) 74664. S 67469.
Don't know why it giving dot(.)
Can anybody help??