Below are two excerpts from our change log
http://sourceforge.net/p/squirrel-sql/git/ci/master/tree/sql12/core/doc/changes.txt
that may possibly help.
Gerd
Feature request #412 Provided Command Line Interface (CLI).
See Readme.txt in the squirrelcli/ subdirectory of your SQuirreL
installation.
Feature request #438: Run query output to a file by defining the file as
part of the SQL statement
Example:
@file '/tmp/customers.xlsx' SELECT * FROM customers
will write the result of 'SELECT * FROM customers' to
'/tmp/customers.xlsx'
The settings for the output will be taken from the 'Store result of
SQL to file' dialog.
Please note the single quotes around the file name.
Am 09.03.20 um 13:00 schrieb GWIN, IVORY:
> Hi all
>
> I working on automating some code in Squirrel sql.
>
> All I want to do is after the code has finish executing save to excel
> file.
>
> Looking for code that can make this happen after execution.
>
> Thanks
>
> *Ivory Gwin *
>
> *Senior-System Engineer*
>
> AEIS IT - OMS/SDP/IOMIP
>
> *Phone: 773-628-8643*
>
> *Cell: 847-217-0864*
>
>
>
> _______________________________________________ Squirrel-sql-users
> mailing list Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
>
|