标签:store tor class select product having rod sql amazon
select count (asin) from dbo.amazon_product_store
where asin in (select asin from dbo.amazon_product_store group by asin having count
(asin) > 1)
标签:store tor class select product having rod sql amazon
原文地址:http://www.cnblogs.com/sam-sun/p/7896596.html