查询表中完全重复的数据 查询表中完全重复的数据 123--查询完全重复的数据select t.student_id_new, t.student_id_old from STUDENT_REL t group by t.student_id_new, t.student_id_old having count(*) > 1 把 > 改成 = 就是查询非重复的数据 技术分享 > Oracle #SQL 查询表中完全重复的数据 https://binbiubiu.github.io/20180710120000/ 作者 Binbiubiu 发布于 2018年7月10日 SpringBoot启动项目时报错问题 上一篇 关于上线初始化脚本管理方案 下一篇