SELECT subtyp_2, web_url
FROM tb_web_taxonomy
WHERE dept='CYCLING' and typ='ACCESSORIES' and subtyp_1='GLOVES' and subtyp_2>'' and subtyp_3='EMPTY' and subtyp_2<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP2
CACHED
false
EXECUTIONTIME
2
SQL
SELECT DISTINCT subtyp2, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='CYCLING' and typ='ACCESSORIES' and subtyp1='Gloves' and upper(subtyp2)<>'EMPTY' and style_id IN (2142,5801,5802,5805,5806,5916,10723,13894,15234,15702,15778,16396,18058,18256,19175,19235,20135,21200,21459,21460,21462)
GROUP BY subtyp2