SELECT INTO OUTFILE (.dbf)
there is a way to export the view my SQL creates.
SELECT INTO OUTFILE
I would like to create a dBase table. What am I missing in the syntax? Where
in the select statement does the 'INTO OUTFILE' part go?
Thanks for any suggestions!

