SELECT subtyp_2, web_url
FROM tb_web_taxonomy
WHERE dept='CAMP AND HIKE' and typ='SLEEP GEAR' and subtyp_1='SLEEPING PADS' and subtyp_2>'' and subtyp_3='EMPTY' and subtyp_2<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP2
CACHED
false
EXECUTIONTIME
15
SQL
SELECT DISTINCT subtyp2, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='CAMP AND HIKE' and typ='SLEEP GEAR' and subtyp1='Sleeping Pads' and upper(subtyp2)<>'EMPTY' and style_id IN (613,1436,1445,1465,1466,1499,4760,4761,4762,4764,4765,4768,11282,11283,11287,14541,19140,19327,20114,21639,21640,21641)
GROUP BY subtyp2