MySQL Query:
select * from table into outfile 'filename.txt';
I'm looking for what query FrontBase would need to create the same result as the above MySQL query. The select part is fine, but as far as I can tell there is no into outfile command in Frontbase.
Basically a tab or comma delimited file of the query results.
Any thoughts? Thanks.