SELECT
name as '小区名称',
sum(case when location='inner' then 1 else 0 end) AS '小区内',
sum(case <
mysql分类统计cash when then
最新推荐文章于 2025-04-17 14:41:12 发布
SELECT
name as '小区名称',
sum(case when location='inner' then 1 else 0 end) AS '小区内',
sum(case <