Subject | Re: [firebird-support] SELECT into file |
---|---|
Author | Milan Babuskov |
Post date | 2004-02-23T14:50:05Z |
Uwe Oeder wrote:
SQL> out me.txt;
SQL> select col1, ',', col2, ',', ... etc;
SQL> exit;
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net
> Can I let a SELECT statement run from ISQL , so that the output gets storedrun isql
> in a file in a comma delimited way ?
>
> SELECT *
> FROM ItemsProcessed
> WHERE ItemName LIKE '%A' ;
> put in file me.txt ???
SQL> out me.txt;
SQL> select col1, ',', col2, ',', ... etc;
SQL> exit;
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net