Error: Table 'yourdanceshop_co_uk.product_to_category' doesn't exist
Error No: 1146
select distinct cc.category_id from uiq_sites_to_products sp LEFT JOIN uiq_sites s ON (s.site_id = sp.site_id) LEFT JOIN product_to_category pc ON (pc.product_id = sp.product_id) LEFT JOIN category c ON (c.category_id = pc.category_id) LEFT JOIN category cc ON (cc.category_id = c.category_id OR cc.category_id = c.parent_id)