Search This Blog

Loading...

Thursday, December 22, 2011

sql count total users in drupal

select count(*) from users;
select count(*) from users where status = 1;

0 comments:

Post a Comment

LinkWithin

Related Posts with Thumbnails