Subject Re: [firebird-support] Exporting data to file???
Author Milan Babuskov
malygaly wrote:
> Hi I am new user of FireBird, and I have a problem with
> export data from simple select.
>
> I used mySQL before and in that database it look like that:
>
> SELECT col1, col2, ....
> INTO OUTFILE 'c:/file.txt'
> FIELDS TERMINATED BY ';'
> LINES TERMINATED BY '\n'
> FROM table;

You can either use an external table (see the docs), or some 3rd party
program like FBExport.

http://fbexport.sourceforge.net

--
Milan Babuskov
http://www.flamerobin.org