|
|
Archives of the TeradataForum
Message Posted: Wed, 18 Sep 2002 @ 12:37:32 GMT
Subj: | | Re: An SQL PrettyPrinter??? |
|
From: | | Geoffrey Rommel |
| > Oh yeah, as you can see, I'm having some trouble with this little macro, getting SQL to let me use the Title column in DBC.Columns.
Seems it conflicts with the reserved word. Anybody figured a way around that? | |
| Hint: the column is named ColumnTitle ;-) | |
But if there were a column named Title, you could select it thus:
select "Title", other_columns
from wherever ...;
| |