Iam having a BOoks table, which concsists of three fields. title, author,ISBN
The query should be like this select title,author,ISBN from books.
The result should come in a csv format that can be opened in excel.
Search found 3 matches
- 11 Jul 2013 01:21
- Forum: DOS Batch Forum
- Topic: batch file for running Oracle Query and save the result
- Replies: 5
- Views: 2829
- 10 Jul 2013 05:16
- Forum: DOS Batch Forum
- Topic: batch file for running Oracle Query and save the result
- Replies: 5
- Views: 2829
Re: batch file for running Oracle Query and save the result
Need to run a query in oracle.
The query is a select query.
After running the query, need to save the result to an excel file or csv file.
The query is a select query.
After running the query, need to save the result to an excel file or csv file.
- 10 Jul 2013 01:23
- Forum: DOS Batch Forum
- Topic: batch file for running Oracle Query and save the result
- Replies: 5
- Views: 2829
batch file for running Oracle Query and save the result
Need a batch file for running Oracle Query and save the result to a file.