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
10
DRESSES
2
6
SKIRTS
3
1
SKORTS
CACHED
false
EXECUTIONTIME
14
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 (1422,2955,2998,8905,16431,16611,16684,16837,17952,17953,19168,19215,19218,19295,19367,20430,20578,20683)
GROUP BY subtyp2