On 4/8/07, Matthew Dahlman <mda...@ja...> wrote:
> CB,
>
> I think this is a case where SQuirreL won't be the right tool for the job.
>
I believe Matt is correct in this regard. The current CSV/Excel
export (which is fairly new and very handy) is tied to the having the
data come from the UI. It will take a bit of work to remove that
dependency, but it's very possible. I would imagine you would select
a statement, and right-click to access the Export CVS/Excel menu like
you can today with either the object tree or the SQL results panel.
For now, I would probably just use SQL-Plus, turn on spooling (spool
<filename>) and issue your query. You may find that turning off
feedback, termout and others gets you just the data. You may need to
deal with column formats but it's probably still faster.
Rob
|