SQL |
SELECT DISTINCT subtyp1, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='MORE...' and typ='PUBLICATIONS' and upper(subtyp1)<>'EMPTY' and style_id IN (199,200,202,203,206,472,473,474,3792,3867,3954,4092,4177,4539,4542,4543,4549,4551,4558,4561,4568,4573,4577,4585,4591,4608,4609,4613,4623,4629,4632,4642,4643,4646,4647,4649,4655,4656,4657,4658,4659,4663,4666,4667,4668,4669,4676,4680,4681,4684,4686,4688,4689,4691,4692,4693,4697,4699,4706,4708,9180,9489,13963,13969,14232,14233,14345,14346,14982,14983,14985,14987,14988,15029,15058,15220,15348,15796,16034,16038,16039,16040,17096,17254,17255,17256,17462,17463,17464,17565,17593,17744,17745,17962,18082,18084,18085,18086,18087,18088,18172,18594,18596,18598,18599,18600,18603,18604,18605,18606,18937,19026,19029,19131,19132,19133,19134,19137,19300,19301,19302,19303,19404,19405,19406,19505,19506,19779,19781,19782,19785,19786,19930,475,4088,4675)
GROUP BY subtyp1 |