SQL |
SELECT DISTINCT subtyp2, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='CAMP AND HIKE' and typ='CAMP KITCHEN' and subtyp1='Food' and upper(subtyp2)<>'EMPTY' and style_id IN (2448,2449,2452,2456,2457,2458,3759,3760,3787,3856,3903,3968,4000,4074,4075,13970,15336,15337,15550,15589,15590,18259,19189,20941,21742,21743,21973)
GROUP BY subtyp2 |