MySQL Forums
Forum List  »  Perl

Re: table to output "into outfile"
Posted by: Bill Karwin
Date: September 09, 2006 12:50PM

Use an absolute pathname to the file in the INTO OUTFILE clause.

Or don't use INTO OUTFILE at all. Run the query, fetch the results, and write it to a file of your choosing, using application code.

Regards,
Bill K.



Edited 1 time(s). Last edit at 09/09/2006 12:52PM by Bill Karwin.

Options: ReplyQuote


Subject
Written By
Posted
Re: table to output "into outfile"
September 09, 2006 12:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.