select * from productstockquantity t where (select count(1) from productstockquantity where t.CombinationId = CombinationId AND t.StoreFrontId = StoreFrontId)>1 ORDER BY t.CombinationI
mysql 多个字段重复记录查询
Posted 那就让我这样吧
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 多个字段重复记录查询相关的知识,希望对你有一定的参考价值。
以上是关于mysql 多个字段重复记录查询的主要内容,如果未能解决你的问题,请参考以下文章