1. 程式人生 > >sql#查重

sql#查重

markdown lec clas div logs sql from store mar


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)

sql#查重