Skip to content

Instantly share code, notes, and snippets.

@toxuin
Created March 22, 2012 22:22
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 toxuin/2165084 to your computer and use it in GitHub Desktop.
Save toxuin/2165084 to your computer and use it in GitHub Desktop.
Show people having more than one character on Minecraft server running AuthMe in SQL mode
SELECT * FROM `authme` WHERE `ip` IN (SELECT `ip` FROM `authme` GROUP BY `ip` HAVING (COUNT(`ip`) > 1)) ORDER BY `ip` ASC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment