Friday, October 29, 2010

Magento: Request to do in case of duplication in the flat catalog

SELECT entity_id, count( * )
FROM catalog_category_flat_store_x
GROUP BY entity_id
ORDER BY count( * ) DESC
LIMIT 0 , 30

No comments:

Post a Comment

Powered by Blogger.