Skip to content

Instantly share code, notes, and snippets.

@sumskyi
Created October 5, 2009 18:53
Show Gist options
  • Save sumskyi/202336 to your computer and use it in GitHub Desktop.
Save sumskyi/202336 to your computer and use it in GitHub Desktop.
from users where status = 0
mysql -uroot main_final -e 'select id, login from users where status = 0 order by id' | gzip > status0.csv.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment