Skip to content

Instantly share code, notes, and snippets.

@tofumatt
Created November 2, 2011 17:54
Show Gist options
  • Save tofumatt/1334353 to your computer and use it in GitHub Desktop.
Save tofumatt/1334353 to your computer and use it in GitHub Desktop.
(SELECT `id` FROM `profile` WHERE `user_id` IN (
SELECT `id` FROM `auth_user` WHERE `email` LIKE '%@mozilla.com' OR
'%@mozilla.org' OR
'%mozillafoundation.org'));
SELECT `id` FROM `group` WHERE `name` = 'staff'; // Get Staff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment