sql outputs to excel sheets
Ora_83Jan 10 2010 — edited Aug 21 2013Hi;
From sqlplus, I can write the output of the sql query to csv file.
What I want to do is,
Suppose my excel file which consist of two seperate sheets.
When I execute query1 it should write the output to sheet1.
When I execute query2 it should write the output to sheet2.
How can I do that? Any suggestion?