摘要:
1、给一个person表,有id,email,查找不重复的按照id排序 Select distinct email from person order by asc 2、用一条sql语句查询出“每门”课程都大于80分的学生姓名 用distinct还可以用not in 或者 not exists 实现 阅读全文
posted @ 2020-07-23 14:57
我们村里的小花儿
阅读(264)
评论(0)
推荐(0)