MySQL Forums
Forum List  »  Other Migration

Re: export data from mysql into a text file
Posted by: Peter Lavin
Date: April 26, 2007 02:00PM

Use:
SELECT ... INTO OUTFILE 'file_name'

See http://dev.mysql.com/doc/refman/5.0/en/select.html for more information.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: export data from mysql into a text file
132591
April 26, 2007 02:00PM
24504
September 01, 2009 05:32AM


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.