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

Home -> Community -> Usenet -> c.d.o.server -> How to format a column from code.

How to format a column from code.

From: Chuck <chuck.carson_at_gmail.com>
Date: 24 Aug 2005 12:31:18 -0700
Message-ID: <1124911878.605223.311670@g43g2000cwa.googlegroups.com>

With sqlplus I can do "COL mycol FORMAT 999,999,999" to format long numbers with commas.

How can I do this from within code? Do I need to just select the column and then use logic in the code to reformat the numbers?

Thx,
CC Received on Wed Aug 24 2005 - 14:31:18 CDT

Original text of this message

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