摘要: where select sname,sdept,sage from student where ssex = '男' or ssex = '女' and sage not between 20 and 23 select distinct sno from sc where cno between 阅读全文
posted @ 2025-03-28 09:43 嘉君 阅读(41) 评论(0) 推荐(0)
摘要: 数据操作,核心是:增删改查。 其中查与增删改不同,要返回数据集,其他的只要知道是否修改成功即可,所以一般调用时,返回值不同,这点要注意。 一、查询: select sname,sdept,sage from student where ssex = '男' or ssex = '女' and sag 阅读全文
posted @ 2025-03-28 09:28 嘉君 阅读(9) 评论(0) 推荐(0)