Skip to content

Instantly share code, notes, and snippets.

@nowlinuxing
Created June 12, 2014 09:58
Show Gist options
  • Save nowlinuxing/104bd3273bae9de86461 to your computer and use it in GitHub Desktop.
Save nowlinuxing/104bd3273bae9de86461 to your computer and use it in GitHub Desktop.
Dump columns of a table on mysql into a file
SELECT id, name FROM users INTO OUTFILE work/users.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment