select value,count(*) as count from catalog_product_entity_varchar
where entity_type_id=4 and attribute_id = 71 and store_id=0
group by value having count>1
select value,count(*) as count from catalog_product_entity_varchar
where entity_type_id=4 and attribute_id = 71 and store_id=0
group by value having count>1