MySQL Forums
Forum List  »  Connector/Node.js

Re: Export table data to XML file
Posted by: Stefan Reimers
Date: October 03, 2008 03:19AM

It seems that this syntax doesn't work. Use double quotes instead:

./mysql -ujon test --xml -e "SELECT * FROM t1" > t1.xml

Regards

Options: ReplyQuote


Subject
Written By
Posted
Re: Export table data to XML file
October 03, 2008 03:19AM
February 05, 2009 04:58AM


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.