SELECT subtyp_1, web_url
FROM tb_web_taxonomy
WHERE dept='CAR RACKS' and typ='SPARE PARTS' and subtyp_1>'' and subtyp_2='EMPTY' and subtyp_1<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP1
CACHED
false
EXECUTIONTIME
17
SQL
SELECT DISTINCT subtyp1, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='CAR RACKS' and typ='SPARE PARTS' and upper(subtyp1)<>'EMPTY' and style_id IN (15755,18699)
GROUP BY subtyp1