Re: Function to convert - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Function to convert
Date
Msg-id 20030912024315.GA24818@wolff.to
Whole thread Raw
In response to Function to convert  ("Edwin Quijada" <listas_quijada@hotmail.com>)
List pgsql-general
On Thu, Sep 11, 2003 at 22:53:35 +0000,
  Edwin Quijada <listas_quijada@hotmail.com> wrote:
> There is a funciton to convert numbers into string?>?
>
> str:=string(3234);
> ??

to_char will convert numbers to strings in a number of different ways.
Depending on what you need, you might be able to just cast the number
to a string type.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: selecting random rows
Next
From: "Nigel J. Andrews"
Date:
Subject: Re: library version problem, 7.3.2, php, redhat linux