摘要: 我们在使用数据库的时候,有时数据会有所重复,当我们只需要一项数据时,不需要显示重复的记录时 如下就有SQL代码: 1 --查找表中多余的重复记录,重复记录是根据单个字段来判断 2 select * from people where peopleId in(select peopleId from 阅读全文
posted @ 2018-01-05 15:38 若离若不弃 阅读(301) 评论(0) 推荐(0)