Do
spool out.csv
select empno||','|| ename||','|| job||','|| deptno||','|| mgr from emp;
spool off
This will create a comma seperated output and spool it in a .csv file which you can directly open in an excel sheet.
|
Results 1 to 7 of 7
|
Click Here to Expand Forum to Full Width |