0

Hi,

I need help in not displaying the column title in the select list.

For eg: in Oracle

select 'abc' as " " from dual

we get abc with blank column name

In teradata we are not able to do this. Want to know is there a way to do this. Please help me.

Regards, TDHelp

flag

1 Answer

0

SELECT 'ABC' (TITLE '');
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.