Function to convert

Started by Edwin Quijadaover 22 years ago3 messagesgeneral
Jump to latest
#1Edwin Quijada
listas_quijada@hotmail.com

There is a funciton to convert numbers into string?>?

str:=string(3234);
??

_________________________________________________________________
Las mejores tiendas, los precios mas bajos, entregas en todo el mundo,
YupiMSN Compras: www.yupimsn.com/compras

#2Bruno Wolff III
bruno@wolff.to
In reply to: Edwin Quijada (#1)
Re: Function to convert

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.

#3scott.marlowe
scott.marlowe@ihs.com
In reply to: Edwin Quijada (#1)
Re: Function to convert

On Thu, 11 Sep 2003, Edwin Quijada wrote:

There is a funciton to convert numbers into string?>?

str:=string(3234);
??

select 1234::text ??