SELECT subtyp_1, web_url
FROM tb_web_taxonomy
WHERE dept='MORE...' and typ='PETS' and subtyp_1>'' and subtyp_2='EMPTY' and subtyp_1<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP1
CACHED
false
EXECUTIONTIME
13
SQL
SELECT DISTINCT subtyp1, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='MORE...' and typ='PETS' and upper(subtyp1)<>'EMPTY' and style_id IN (3987,4809,8098,14253,16274,18492,18493,21297,21298,21299,21301)
GROUP BY subtyp1