On Thu, Sep 11, 2003 at 22:53:35 +0000,
Edwin Quijada <listas_quijada(at)hotmail(dot)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.