function in postgres

Started by vinita bansalover 21 years ago2 messagesgeneral
Jump to latest
#1vinita bansal
sagivini@hotmail.com

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.

#2Mike Mascari
mascarm@mascari.com
In reply to: vinita bansal (#1)
Re: function in postgres

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