Load data file decimal problem
From: homerpicard <homerpicard_at_yahoo.co.uk>
Date: 24 Jan 2003 11:12:19 -0800
Message-ID: <51b753a6.0301241112.4d62874e_at_posting.google.com>
Date: 24 Jan 2003 11:12:19 -0800
Message-ID: <51b753a6.0301241112.4d62874e_at_posting.google.com>
load data
infile 'data.dat'
truncate into table t1
fields terminated by ','
(col1 filler char,
field1 char, field2 decimal(10), field3 decimal(10))
this time getting the error: 'Invalid zoned decimal nibble'
(incidentally I've used various sizes for the decimal field from 7 -
50 all with the same result!) Does anyone have a clue as the source of
my problems(s) ?
Many thanks
Homer Received on Fri Jan 24 2003 - 20:12:19 CET