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 -> Using the TO_CHAR function in a SQL statement

Using the TO_CHAR function in a SQL statement

From: <jkutey_at_nospam.nycap.rr.com>
Date: Sun, 26 May 2002 20:39:20 GMT
Message-ID: <iqh2fuoupbnhe1bt4g80h4dhlpsmnu3b64@4ax.com>


Here is my query:

select item_id, sum(price*qoh) "Inv. Value" FROM inventory
group by item_id;

How would I write this query using the TO_CHAR function to format the number values using a currency format masked with two decimal places?

Thanks
John Received on Sun May 26 2002 - 15:39:20 CDT

Original text of this message

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