Re: cast varchar to numeric/money - Mailing list pgsql-sql

From Yudie
Subject Re: cast varchar to numeric/money
Date
Msg-id 005201c3b05d$0cbb1460$8401a8c0@home.axiontech.com
Whole thread Raw
In response to Re: Compare strings which resembles each other  (Christoph Haller <ch@rodos.fzk.de>)
Responses Re: cast varchar to numeric/money  (Tomasz Myrta <jasiek@klaster.net>)
List pgsql-sql
I don't have to_numeric function in my 7.2.2 postgre.
then it can resolve it with: 

cast(substr(varcharcolumn,0) as float4)

thanks.



----- Original Message ----- 
From: "Bruno Wolff III" <bruno@wolff.to>
To: "Yudie" <yudie@axiontech.com>
Cc: <pgsql-sql@postgresql.org>
Sent: Friday, November 21, 2003 11:55 AM
Subject: Re: [SQL] cast varchar to numeric/money


On Fri, Nov 21, 2003 at 11:47:42 -0600, Yudie <yudie@axiontech.com> wrote:
> Hi guys,
> 
> I know it's impossible to just cast varchar to any numeric datatype,
> but is there another function/ custom function or any way to force to do
> that convertion.

You can use to_number to go from text to numeric.



pgsql-sql by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: How to quote date value?
Next
From: Greg Stark
Date:
Subject: Re: Expressional Indexes