查询
创新互联建站是一家专业提供祥符企业网站建设,专注与成都网站设计、网站建设、H5页面制作、小程序制作等业务。10年已为祥符众多企业、政府机构等服务。创新互联专业网站设计公司优惠进行中。
select * from student where score between 50 and 60;
改成绩
update student set score=score+5 where score between 50 and 60;
锁定表就可以了。
锁定表:LOCK TABLES tbl_name {READ | WRITE},[ tbl_name {READ | WRITE},…]
解锁表:UNLOCK TABLES!
拜托楼上的
所有的课程都不重复,你用distinct吗,用min吗?
select * from 表名 where 学分(select 学分 from 表名 where 课程名='计算机网络')