Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

display output horizontally instead on vertical

Status
Not open for further replies.

gansen

Technical User
Feb 13, 2002
19
US
Here is my question
select column_name from dba_tab_columns
where table_name = 'EMP';
Gives
column_name
------------
ename
empno
salary
mgr

Is there a way to get the above output in a single line
like
ename empno salary mgr

Thankz in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top