![]() |
|
Archives of the TeradataForumMessage Posted: Thu, 28 Sep 2006 @ 17:36:47 GMT
Hi, On executing the fast export script, I get the following error: "UTY8713 RDBMS failure, 3695: Single AMP Select statement has been issued in FastExport." Following is the script, that we are executing:
.LOGTABLE DEV.Table_log;
.LOGON ;
.BEGIN EXPORT
TENACITY 5
SLEEP 1;
.EXPORT OUTFILE c:\load_file.txt MODE RECORD
FORMAT TEXT;
select distinct cast(
cast(A as char(10))||
cast(B as char(60))
as char(70))
from DEV.Table
where not trim(A) in ('NA','')
;
.END EXPORT;
.LOGOFF;
Any help would be greatly appreciated. Thanks and Regards, Tanu.
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||