Re: How to convert integer to string in functions - Mailing list pgsql-general

From Adrian Klaver
Subject Re: How to convert integer to string in functions
Date
Msg-id 201108120729.28054.adrian.klaver@gmail.com
Whole thread Raw
In response to How to convert integer to string in functions  (Siva Palanisamy <siva_p@hcl.com>)
List pgsql-general
On Friday, August 12, 2011 6:53:57 am Siva Palanisamy wrote:
> Hi All,
>
> In my table, some of the columns are in text datatype. Few data will come
> down from UI layer as integers. I want to convert that to string/text
> before saving it into the table. Please help me on this.

Should not need to. String into integer would be a problem, but not integer into
string.

>
> Thanks and Regards,
> Siva.


--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: David Johnston
Date:
Subject: Re: How to convert integer to string in functions
Next
From: Rich Shepard
Date:
Subject: Re: COPY from .csv File and Remove Duplicates