Thread: function in postgres

function in postgres

From
"vinita bansal"
Date:
Hi,

The function "CHAR in db2" returns a fixed length character string
representation of an integer number.What is the corresponding function in
Postgres?

Regards,
Vinita Bansal

_________________________________________________________________
NRIs send 10 photos FREE to India.
http://creative.mediaturf.net/creatives/icicibank/june/kodak/OTP.htm And win
a FREE ticket to India.


Re: function in postgres

From
Mike Mascari
Date:
vinita bansal wrote:
> Hi,
>
> The function "CHAR in db2" returns a fixed length character string
> representation of an integer number.What is the corresponding function
> in Postgres?
>
> Regards,
> Vinita Bansal

http://www.postgresql.org/docs/7.4/interactive/functions-string.html

Mike Mascari