Обсуждение: Function to convert

Поиск
Список
Период
Сортировка

Function to convert

От
"Edwin Quijada"
Дата:
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


Re: Function to convert

От
Bruno Wolff III
Дата:
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.

Re: Function to convert

От
"scott.marlowe"
Дата:
On Thu, 11 Sep 2003, Edwin Quijada wrote:

> There is a funciton to convert numbers into string?>?
>
> str:=string(3234);
> ??

select 1234::text ??