Jump to content

how to import data from TOAD to Excel using SQL?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
libran

libran

    Newbie

  • Members
  • Pip
  • 4 posts
hi,

I need to import data from TOAD to Excel using some SQL code. I need help on how to write this code...anyone please help me and prodive example if possible....

pls..pls..thanx a lot...

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
We can't help you write your SQL unless you tell use your entire schema and what you want out of your SQL. You can save your results as a comma delimited file (CSV) which will give you your excel spreadsheet.

#3
libran

libran

    Newbie

  • Members
  • Pip
  • 4 posts
hm...i'm sorry, i'm a total IT idiot. don't really how to explain to you. but the attached file have the window of my TOAD. i hv to import the data below to an Excel file, which alr contained VBA code for other function.

I hope you are clear enough...pls check the attached file..

Attached Files

  • Attached File  TOAD.doc   77.5K   1046 downloads


#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Inside your results window where you see "106-40304.1" right click and select "Save As". Select the number one option "ASCII, Comma Delimited" and follow the instructions. This will create an excel file.

#5
phpforfun

phpforfun

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,236 posts
But he wants to do that using SQL..