|
|
Archives of the TeradataForum
Message Posted: Tue, 20 Jul 2004 @ 19:17:58 GMT
Subj: | | Re: Is there an equivalent of DUAL in Teradata |
|
From: | | Nomula, Madhukar |
Hi,
| "I was wondering why would anyone want to use a fastexport to export a single record literals?" | |
The two quries were exported into a single file. I am exporting 1 column as a header followed by the actual data. I am exporting column names
also, which are from first query. In fast export you can just write two select queries one after the other, it will generate a file with data from
both select queries.
"SELECT databasename.tablename.columnname1||databasename.tablename.columnname2
UNION ALL
SELECT databasename.tablename.columnname3||databasename.tablename.columnname4"
Did you actually tried the above query??
Mad.
| |