Archives of the TeradataForum
Message Posted: Mon, 05 May 2003 @ 21:19:37 GMT
Subj: | | Re: Multiload Input Field Larger Than Table field |
|
From: | | Dwight Etheridge |
Nick,
This will work. Couldn't get that new SQL-92 cast to work. The good old DBC SQL works fine. (Also need one extra '9' in format to
cover the overpunch. In you load insert replace the string with the :string var.
create table test1
( f9 decimal(6,0) )
ins test1 values ( '00000150{' (DECIMAL(6,0), FORMAT '999999999S'))
--
Dwight Etheridge
Teradata Certified Master
|