Quantcast
Channel: Teradata Downloads - Tools
Viewing all articles
Browse latest Browse all 870

Mload delete task - where does the 1 row from source be stored

$
0
0

Greetings Experts,
The DELETE task in Mload doesn't have a acquisition phase.  Now, when I specify the an input file with only one record (as supported by delete task) as follows.

.LOGTABLE Ordr_Log;
.LOGON TeraQA/SQL01,SQL01;
.BEGIN DELETE MLOAD
TABLE Order_Table;
 
.LAYOUT inlayout
.FIELD ordrdate * DATE;

DELETE FROM Order_Table where Order_date <= :ordrdate;
 
.IMPORT INFILE 
LAYOUT inlayout;
.END MLOAD;
.LOGOFF;

Now where does the value for the ordrdate column specified in FIELD is stored and transferred to Teradata?
 

Forums: 

Viewing all articles
Browse latest Browse all 870

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>