SELECT subtyp_2, web_url
FROM tb_web_taxonomy
WHERE dept='PADDLESPORTS' and typ='ACCESSORIES' and subtyp_1='SKIRTS AND COCKPIT COVERS' and subtyp_2>'' and subtyp_3='EMPTY' and subtyp_2<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP2
1
4
COCKPIT COVERS
2
3
SKIRTS
CACHED
false
EXECUTIONTIME
1
SQL
SELECT DISTINCT subtyp2, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='PADDLESPORTS' and typ='ACCESSORIES' and subtyp1='Skirts and Cockpit Covers' and upper(subtyp2)<>'EMPTY' and style_id IN (1665,1706,1709,8452,8453,8458,17098,8457)
GROUP BY subtyp2