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,89,90,92,93,94,95,99,100,101,103,104,105,106,107,108,109,111,113,114,115,119,121,443,445,448,2040,3113,3119,3120,3765,3772,3776,3784,3785,3798,3802,3816,3831,3834,3835,3869,3877,3898,3919,3921,3922,3925,3999,4008,4055,4089,4096,4111,4124,4132,4158,4185,4188,4202,4203,4742,7759,8346,8386,8387,8392,8399,8400,8421,8422,8449,8450,8451,9215,11337,13945,13975,13976,14365,14366,14415,14416,14418,14419,14608,14742,14958,15060,15118,15333,15650,15651,15690,15926,15927,15936,16145,16518,16698,16914,17088,17109,17110,17111,17112,17113,17114,17115,17116,17117,17118,17136,17320,17404,17406,17407,17562,17564,17688,17832,17833,18051,18260,18270,18654,18716,18904,19187,19240,19254,19465,19466,19467,19558,19559,19618,19619)
GROUP BY subtyp1 |