mysql 多个字段重复记录查询
时间:2021-07-01 10:21:17
帮助过:12人阅读
*
from
productstockquantity t
where
(select count(
1)
from productstockquantity
where t.CombinationId = CombinationId AND t.StoreFrontId = StoreFrontId)>
1 ORDER BY t.CombinationI
mysql 多个字段重复记录查询
标签:ref 字段 product ant store sel order ati gpo