码迷,mamicode.com
首页 > 数据库 > 详细

SQL多字段的查询重复记录

时间:2019-11-22 12:08:06      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:sele   count   ble   select   span   weight   font   code   tab   

select * from table1 t where (select count(*) from table1 where column1=t.column1 AND column2=t.column2 and column3=t.column3)>1

 

SQL多字段的查询重复记录

标签:sele   count   ble   select   span   weight   font   code   tab   

原文地址:https://www.cnblogs.com/gonghui2016/p/11910568.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!