Display output in horizontal rows
711216Dec 23 2009 — edited Dec 23 2009Hello all,
Please help me how to display the out put of count of the below queries in horizontal rows.
select count(*) "test1" from oe_headers_all where customer_po_number like 'consign-%'
select count(*) "test2" from oe_headers_all where customer_po_number like 'non-consign-%'
select count(*) "test3" from oe_headers_all where customer_po_number like 'REGULAR%'
select count(*) "test4" from oe_headers_all where customer_po_number like 'NON-REGULAR%'
tes1 test2 test3 test4
---- ----- -------- ------
20 50 30 40
Regards,
Kiran