select 主表id,主表列名,(select count(*) from 从表 where 主表.id = 从表.对应列名) from 主表

相关文章: