select count(*) from users where status = 0
as:
select count(*) as sb from users where status = 0
select usename as sb ,password as zz from users
标签:count,status,users,别名,MySQL,sb,where From: https://www.cnblogs.com/wencaiguagua/p/16867986.html