Subject | Re: [firebird-support] Exporting data to file??? |
---|---|
Author | Milan Babuskov |
Post date | 2004-07-29T13:47:06Z |
malygaly wrote:
program like FBExport.
http://fbexport.sourceforge.net
--
Milan Babuskov
http://www.flamerobin.org
> Hi I am new user of FireBird, and I have a problem withYou can either use an external table (see the docs), or some 3rd party
> 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;
program like FBExport.
http://fbexport.sourceforge.net
--
Milan Babuskov
http://www.flamerobin.org