
5条回答 默认 最新
努力变得优秀 2019-03-12 21:29关注select A.code,A.name,avg(score) as 平均分
from A,B
where A.id=B.id
groud by A.code,A.name
你试试可以吗?
不知道你的表连接如何解决 无用评论 打赏 举报
select A.code,A.name,avg(score) as 平均分
from A,B
where A.id=B.id
groud by A.code,A.name
你试试可以吗?
不知道你的表连接如何