Skip to content

Instantly share code, notes, and snippets.

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 jesgs/5640885 to your computer and use it in GitHub Desktop.
Save jesgs/5640885 to your computer and use it in GitHub Desktop.
SELECT DISTINCT * FROM wp_users u
LEFT JOIN wp_usermeta um ON u.ID = um.user_id
WHERE um.meta_key = 'last_name' ORDER BY um.meta_value ASC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment