Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to format a column from code.
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
![]() |
![]() |