DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
New Drupal Users
Selects drupal users which were created within the last 24 hours
select mail from users where status=1 and unix_timestamp(date_sub(now(), interval 24 hour)) <= created





