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
14
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,1445,1466,1498,1499,4760,4761,4762,4764,4767,4768,11282,11283,11284,11287,14541,15479,18997,19326,19327,19328,20114,20115)
GROUP BY subtyp2