Cross Tab Query

Cross Tab Query

 

  

Hi Gurus

There is a Requirement in my application, that i need to display the
results of the following query
Select empno from emp;

This will return the result as follows:

Empno
-------
1
2
3
4
5
6
......

But I want the results to be printed across rather than top-down like

Empno
-------
1 2 3 4 5 6 .....

Is there any way to do this?


Oracle LazyDBA home page