SQL |
SELECT DISTINCT subtyp1, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='CAMP AND HIKE' and typ='HEALTH AND SAFETY' and upper(subtyp1)<>'EMPTY' and style_id IN (75,76,78,79,80,88,90,94,99,101,103,104,106,108,109,111,113,114,115,119,445,448,449,453,455,3119,3784,3785,3798,3802,3831,3835,3877,3898,3919,3922,3924,3925,3939,4039,4089,4124,4158,4185,4188,4201,4522,4524,4527,4529,4538,7759,8386,8387,8399,8400,8450,8451,11337,13975,13977,14366,14415,14416,14418,14419,14742,15118,15333,15650,15690,15786,15926,16145,16914,17088,17109,17111,17112,17115,17116,17118,17136,17406,17688,17833,18260,19187,19240,19254,19465,19467,19619,19984,20453,20647,20648,21756,21774,21775,21778,21813,4525)
GROUP BY subtyp1 |