A表 id name B表 aid C表 cid aid、bid都是对应A表id 现在想查询出表A的name和 bcount ccount的数量应该怎么写呢· 谢谢大家
收起
select name from A select count(*) from B
报告相同问题?