发布网友 发布时间:2022-04-24 04:21
共1个回答
热心网友 时间:2023-10-27 14:01
select top 20 * from 成绩表 where 学院ID in (select 学院ID from 学院表 where 学院名称='计算机学院') order by 分数 desc
或是这样写
select top 20 成绩表.* from 成绩表,学院表 where 成绩表.学院ID=学院表.学院ID and 学院表.学院名称='计算机学院' order by 分数 desc
热心网友 时间:2023-10-27 14:01
select top 20 * from 成绩表 where 学院ID in (select 学院ID from 学院表 where 学院名称='计算机学院') order by 分数 desc
或是这样写
select top 20 成绩表.* from 成绩表,学院表 where 成绩表.学院ID=学院表.学院ID and 学院表.学院名称='计算机学院' order by 分数 desc
热心网友 时间:2023-10-27 14:01
select top 20 * from 成绩表 where 学院ID in (select 学院ID from 学院表 where 学院名称='计算机学院') order by 分数 desc
或是这样写
select top 20 成绩表.* from 成绩表,学院表 where 成绩表.学院ID=学院表.学院ID and 学院表.学院名称='计算机学院' order by 分数 desc
热心网友 时间:2023-10-27 14:01
select top 20 * from 成绩表 where 学院ID in (select 学院ID from 学院表 where 学院名称='计算机学院') order by 分数 desc
或是这样写
select top 20 成绩表.* from 成绩表,学院表 where 成绩表.学院ID=学院表.学院ID and 学院表.学院名称='计算机学院' order by 分数 desc
热心网友 时间:2023-10-27 14:01
select top 20 * from 成绩表 where 学院ID in (select 学院ID from 学院表 where 学院名称='计算机学院') order by 分数 desc
或是这样写
select top 20 成绩表.* from 成绩表,学院表 where 成绩表.学院ID=学院表.学院ID and 学院表.学院名称='计算机学院' order by 分数 desc