MYSQL 统计关联的记录数
假设我有一张猫表和一张饲养员表,其中有一个饲养员与多只猫的关系。我如何编写一个查询,连同帽子颜色、身高等典型属性,我可以计算每个牧民有多少只猫,其中每个猫牧民都是一条记录?
Suppose I have a cat table and a catherder table with a one catherder to many cats relationship. How would I write a query that along with typical attributes like color of hat, height, etc, I could have a count of how many cats each herder has where each cat herder is one record?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该可以解决问题(未经测试)
This should do the trick (not tested)