select a.no,a.name,b.subid,b.subname,c.score
select a.no,a.name,b.subid,b.subname,c.score
from a,b,c
where a.no = c.no and b.subid = c.subid ;
判断力是一个人最重要的能力
select a.no,a.name,b.subid,b.subname,c.score
from a,b,c
where a.no = c.no and b.subid = c.subid ;