Archives of the TeradataForum
Message Posted: Fri, 07 Nov 2003 @ 20:51:35 GMT
Subj: | | Re: Error message in fast export |
|
From: | | McBride, Michael |
Queryman ignores any format statements you may have in your select statement.
If you fastexport script is trying to convert a text field to numeric and the character value is not a valid set of digits the conversion
fails and you get the error.
Queryman will output the data in text or char format regardless of your format statement, thus no error....
This may not be your specific problem, but it is one that I have encountered before...
mem
|