Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: format a number in a cursor?

Re: format a number in a cursor?

From: Oleg Dimerman <olegd_at_oeonline.com>
Date: 1997/06/18
Message-ID: <33A846C9.4FC4@oeonline.com>#1/1

Richard Burton wrote:
>
> How do I format a number column when retriving the data from a cursor
> in PL/SQL?
>
> Thanks,
> rburton_at_rohms.com

TO_CHAR(NUMBER, 'format')

-- 
____________________________________
Oleg Dimerman (olegd_at_oeonline.com)
Received on Wed Jun 18 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US