![]() |
|
Archives of the TeradataForumMessage Posted: Wed, 04 Jun 2008 @ 12:04:50 GMT
Hi, I don't think there is some problem in datafile. I am assuming datafile is with "ABC |XYZ |wer" data, means not too much spaces or enter after "wer". I think this is due to incorrect tablename in INSERT (mytab). Replace
insert foo values (:f1, :f2, :f3);
with
insert mytab values (:f1, :f2, :f3);
Hope it will work very fine. Best of Luck. Best Regards, Kapil D Sapra
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||