Skip to content

Instantly share code, notes, and snippets.

@claudinec
Created July 11, 2010 23:58
Show Gist options
  • Save claudinec/471956 to your computer and use it in GitHub Desktop.
Save claudinec/471956 to your computer and use it in GitHub Desktop.
[Drupal] count spam vs non-spam users
/* Drupal: count spam vs non-spam users */
select status, count(*) from users group by status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment