SELECT subtyp_2, web_url
FROM tb_web_taxonomy
WHERE dept='CLOTHING AND FOOTWEAR' and typ='WOMEN''S' and subtyp_1='SKIRTS AND DRESSES' and subtyp_2>'' and subtyp_3='EMPTY' and subtyp_2<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP2
1
4
DRESSES
2
6
SKIRTS
CACHED
false
EXECUTIONTIME
2
SQL
SELECT DISTINCT subtyp2, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='CLOTHING AND FOOTWEAR' and typ='WOMENS' and subtyp1='Skirts and Dresses' and upper(subtyp2)<>'EMPTY' and style_id IN (8905,17742,19210,19215,20982,21050,21118,21520,8749)
GROUP BY subtyp2