Skip to content

Instantly share code, notes, and snippets.

@krishnakummar
Created January 28, 2015 12:36
Show Gist options
  • Save krishnakummar/6715f5786c6dc94b9847 to your computer and use it in GitHub Desktop.
Save krishnakummar/6715f5786c6dc94b9847 to your computer and use it in GitHub Desktop.
Mysql Query Export
mysql --user=wibble --password wobble -B -e "select * from vehicle_categories;" | sed "s/'/\'/;s/\t/\",\"/g;s/^/\"/;s/$/\"/;s/\n//g" > vehicle_categories.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment