Ongoing musings, tips, and observations from a Van Couvering, not someone who is going to Vancouver.
Tuesday, December 02, 2008
Export to CSV directly from MySQL - Ariejan.net
People are always asking for this feature from NetBeans. We're working on it, but in the meantime, if you're using MySQL, here is some very simple code to export to CSV. Nice!
1 comment:
In MySQL 5.0 and higher you can just also make a copy of the table and do:
ALTER TABLE foo ENGINE=CSV
Post a Comment