Subject Exporting data to file???
Author malygaly
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;

And there is another problem:
I am using SQL throught program which is running on that
database and I do not think that I can use a statment specyfic
for a FireBird