Re: Casting - Mailing list pgsql-sql

From PG Explorer
Subject Re: Casting
Date
Msg-id 002301c1cacd$2980d520$c80ba8c0@sabex.com
Whole thread Raw
In response to Casting  ("Graham Vickrage" <graham@digitalplanit.com>)
List pgsql-sql
Try
to_char(numeric, text)
to_char('125', '9999999999D')

http://www.pgexplorer.com
Postgres GUI


----- Original Message -----
From: "Graham Vickrage" <graham@digitalplanit.com>
To: "Postgres SQL" <pgsql-sql@postgresql.org>
Sent: Wednesday, March 13, 2002 7:41 PM
Subject: [SQL] Casting


> Hi All,
>
> Probably a very simple question, but... I am trying to cast a large number
> approx
> 20 chars into text so I can manipulate it. I have tried
>
> SELECT text(big_number) from table;
>
> but this comes back in the format 3.2304234234233e+15 for example, whis is
> no good. I essentially need the last four digits of the number (securing
> credit card numbers is the idea), which I can only do by manipulating text
> and casting it back.
>
> Does anyone have any suggestions?
>
> Many thanks,
>
> Graham.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org



pgsql-sql by date:

Previous
From: missive@frontiernet.net (Lee Harr)
Date:
Subject: Re: Referential integrity implementation - bug or user error?
Next
From: Stephan Szabo
Date:
Subject: Re: Referential integrity implementation - bug or user error?