sql联合查询 一条select语句 查询多个结果,显示

联合查询 举例:spa    select (select COUNT(id) from emailcontent where  state=1 and hasRead=0) as a,     (select COUNT(id) from emailcontent where state=1 and hasRead=1) as b,     (select COUNT(id) from emai
相关文章
相关标签/搜索