|
|
Archives of the TeradataForum
Message Posted: Thu, 19 Jan 2006 @ 16:18:53 GMT
Subj: | | Numeric overflow while using .import |
|
From: | | Choksi, Ketan |
I am using bteqwin command : ,import to load a file to a table
.import vartext ',' file=\\dv2ksql13\util\load\axy.csv
using (a decimal(18,0), b char(1), c date, d integer, e date, f date, g
decimal(18,10), h integer, i integer, j integer, k integer, l integer, m
decimal(18,10), n decimal(18,10))
insert into table1
values(:a, :b, :c, :d, :e, :f, :g, :h, :i, :j, :k, :l, :m, :n);
error : *** Failure 2683 Numeric overflow occurred during computation.
Statement# 1, Info =1
*** Total elapsed time was 1 second.
Any suggestions ?
Thanks
| |