有2个表a,b
表a
uid gender (1男,2女)
1 1
2 2
3 1
4 2
5 1
表b
uid department (1客服部,2运营部)
1 1
2 1
3 2
4 2
5 1
怎么样写 select count(*),可以
统计 客服部,男性的 数量
谢谢
SELECT COUNT(*) from A, B where A.uid=B.uid and A.gender =1 and B.department=1
谢谢版主
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号