
October 5th, 1999, 03:18 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Bob,
This command worked for me:
select * into outfile '/home/www/myfile.txt' from <mytable>;
This will save it on the server, so maybe you can ftp it out to your local computer?
I've had troubles using the LOCAL keyword.
Regards
|