|
|
Archives of the TeradataForum
Message Posted: Fri, 17 Sep 2004 @ 13:00:00 GMT
Subj: | | Re: BTEQ Format for Column Heading |
|
From: | | Fred Pluebell |
If you specify an explicit (TITLE 'xxx') in the SELECT, BTEQ will use that. If there is no explicit TITLE but the column / expression has an
"alias" specified, the alias name will be used as the title.
Otherwise, the title for an expression will be the expression text or for a column will be the column title attribute (which will be the column
name if no TITLE was explicitly specified in the DDL).
| |