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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.