|
|
Archives of the TeradataForum
Message Posted: Fri, 28 Jan 2005 @ 17:01:36 GMT
Subj: | | Re: BTEQ Infile parm question |
|
From: | | Scott Thompson |
I use (successfully) a query that is almost just like yours. be sure that your input dates are of the form "YYYY-MM-DD". for the comparisons
I am doing, my database fields are already defined as date, so I am not casting them on the fly using (date) as you are doing. based on your
error message, though, I wonder if the problem may be bad data coming from the database field ("Invalid date supplied for PE.CONTACT_DATE") ?
-st
| |