Re: Function to convert

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Edwin Quijada <listas_quijada(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Function to convert
Date: 2003-09-12 02:43:15
Message-ID: 20030912024315.GA24818@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Sep 11, 2003 at 22:53:35 +0000,
Edwin Quijada <listas_quijada(at)hotmail(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message 3rd. 2003-09-12 02:46:05 Re: [ADMIN] YOUR SITES SEARCH FEATURE DOES NOT WORK!
Previous Message JoshuaF 2003-09-12 02:34:01 how can i use SELECT to find a substring of a column's data?