Skip to content

Instantly share code, notes, and snippets.

@hehe24h
Last active February 28, 2019 20:38
Show Gist options
  • Save hehe24h/81dc9f608c129abae26a56fa7681a909 to your computer and use it in GitHub Desktop.
Save hehe24h/81dc9f608c129abae26a56fa7681a909 to your computer and use it in GitHub Desktop.
GROUP BY
SELECT `mcm_device`, COUNT(*) FROM `wp_mcm` GROUP BY `mcm_device`
SELECT `duplicates`, COUNT(*) AS duplicate_value FROM `wp_mcm` GROUP BY `duplicates` ORDER BY `duplicate_value` DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment