|
|
Archives of the TeradataForum
Message Posted: Fri, 21 Mar 2003 @ 15:16:21 GMT
Subj: | | Re: Multiload and Date fields |
|
From: | | Geoffrey Rommel |
| An outer join against a valid date table sounds great, but how would you accomplish that during a Multiload? | |
You should be able to use an INMOD to convert the dates before passing them to Teradata. You could put the valid dates in a flat
file and then load them into memory, or maybe you could load them from Teradata using embedded SQL in the INMOD. (I've never tried
that....)
| |