Subject Re: [firebird-support] SELECT into file
Author Milan Babuskov
Uwe Oeder wrote:

> Can I let a SELECT statement run from ISQL , so that the output gets stored
> in a file in a comma delimited way ?
>
> SELECT *
> FROM ItemsProcessed
> WHERE ItemName LIKE '%A' ;
> put in file me.txt ???

run isql
SQL> out me.txt;
SQL> select col1, ',', col2, ',', ... etc;
SQL> exit;

HTH

--
Milan Babuskov
http://fbexport.sourceforge.net