How to report output like below


supplier name date amount

abc software jan/11 10000 /* jan month total transactions*/
abc software feb/12 30000 /* feb month total transactions*/
dell computers jan/13 45000 /* jan month total transactions*/

Answer Posted / ram

select supplier_name ,to_char
(sysdate,'mon/yy'),amount||'/*'||to_char(sysdate,'mon')||'
month total transactions */' from <Table_NAME>;

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is count(*) from po_vendors(any table)?

639


What are the different components of soa suite?

721


What do you understand by soa?

689


What is a flexfield? List out its types.

662


Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?

1684






What are the Standard Reports and Forms in HRMS?

1770


Can you differentiate between mediator and osb?

625


How to move the one file from one instance to another instance? And your scripts also?

614


what is global tempory table?

6294


Which oracle apps version you are very confident in?

703


How can you achieve loose coupling in soa framework?

717


What is sca and how is it useful?

656


Tell me how to find the custom directory in front end?

658


What is oracle soa suite and what are its different components?

643


q)what are the validations in sql*loader

1737