首页 > 数据库技术 > 详细

mysql 多个字段重复记录查询

时间:2017-12-11 18:04:17      阅读:199      评论:0      收藏:0      [点我收藏+]
select 
  *
from 
  productstockquantity t
where
  (select count(1) from productstockquantity where t.CombinationId = CombinationId AND t.StoreFrontId = StoreFrontId)>1 ORDER BY t.CombinationI

mysql 多个字段重复记录查询

原文:http://www.cnblogs.com/niuzaihenmang/p/8024126.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!