Skip to content

Instantly share code, notes, and snippets.

@ento
Created March 18, 2011 08:16
Show Gist options
  • Save ento/875768 to your computer and use it in GitHub Desktop.
Save ento/875768 to your computer and use it in GitHub Desktop.
MySQL popcount
SELECT LENGTH(REPLACE(BIN(7), '0', ''));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment