From: | Ghislain Bob Hachey <ghachey(at)pipolfastaem(dot)gov(dot)sb> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Insert NULL value with to_numeric() |
Date: | 2006-07-20 00:51:54 |
Message-ID: | 1153356715.2234.342.camel@informationmanagement.pfnet.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hello all,
I'm a newbie. PostgreSQL 8.1.4. Fedora Core 5.
I'm writing a small java application that will import CSV txt files into
my DB. The SQL statement I'm sending to pgsql looks like this:
"INSERT into table (col1,col2,col3) values (to_number(?,
'999'),to_timestamp(?, 'MM/DD/YYYY HH24:MI:SS'),to_number(?, '9999');
Values are taken from a String array.
sometimes in col3 (smallint in pgsql DB) I need to insert a NULL value
but when I do I get the following error message:
invalid input syntax for type numeric: " "
I've search the archives and Internet and found similar situations but I
guess not experienced enough to fix this myself with info that I've
found.
Any help would be greatly appreciated.
Regards,
Ghislain Hachey
From | Date | Subject | |
---|---|---|---|
Next Message | Aaron Bono | 2006-07-20 01:24:56 | Re: Insert NULL value with to_numeric() |
Previous Message | Mr. Dan | 2006-07-19 15:51:31 | Re: On-line backup |