Re: casting question - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: casting question
Date
Msg-id 20020202105619.E42811-100000@megazone23.bigpanda.com
Whole thread Raw
In response to casting question  ("A. Van Hook" <hook@kcp.com>)
List pgsql-sql
On Sat, 2 Feb 2002, A. Van Hook wrote:

>
>
> I have a column  (quantityonhand     | character(15) | default '' )
> that I would like to use to perform simple math.
> I can't seem to get the syntax for casting and  have tried various
> combinations of "select  to_number(quantityonhand::text, '99G999D9S')".
> Can not get get past ERROR:  Bad numeric input format ' '.
>
>
>     Any help would be greatly  appreciated....

You probably have a value in there which is not convertable to a numeric
(such as the default '').




pgsql-sql by date:

Previous
From: "Steve Boyle \(Roselink\)"
Date:
Subject: Re: test the existence of a database
Next
From: Murray Prior Hobbs
Date:
Subject: temporary tables, plpgsql and yes i bet this has been asked before