select count(*) from users where status = 0
as:select count(*) as sb from users where status = 0select usename as sb ,password as zz from users