Skip to content

Instantly share code, notes, and snippets.

@seanconklin
Created August 24, 2020 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanconklin/ad00c64441d5a31dba19b9973e53398f to your computer and use it in GitHub Desktop.
Save seanconklin/ad00c64441d5a31dba19b9973e53398f to your computer and use it in GitHub Desktop.
SELECT meta_key, count( meta_key )
FROM wp_usermeta
GROUP BY meta_key
ORDER BY count( meta_key ) DESC
LIMIT 50;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment