|
|
Archives of the TeradataForum
Message Posted: Tue, 19 Jun 2012 @ 15:12:01 GMT
Subj: | | Using a date variable in BTEQ |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Tuesday, June 19, 2012 12:21 -->
Dear all,
I have to export data to an excel file, using bteq, Can you please tell me how to send the date to the procedure as variable Here an example
where I put the date as fixed value
The date will be extracted from a table into the database
.export? file = c:\test.csv;
CALL DATABASE.PROC_EXCEL('2011-10-31');
Thank you
| |