20210 在 2024/12/1 17:28:24 说到:  
  查询2009级计算机系名字只有2个字的李姓男生成绩大于80的密码为3位长度的同学的姓名,课程名及密码及成绩 

这条发言的回复:

发言人:2021014999 发言时间:2024/12/1 17:28:51 select sname,cname,password1,grade from student,MM,sc,course where student.sno=MM.sno and MM.sno=sc.sno and sc.cno=course.cno and sdept='计算机系' and sex='男' and sname like '李_' and grade>80 and password1 like '___' and student.sno like '2009%'

版权所有:计算机应用研究所
Copyright (C)2016  All rights reserved.
TEL:-******** Email:yyh@zwu.edu.cn