SELECT subtyp_1, web_url
FROM tb_web_taxonomy
WHERE dept='MORE...' and typ='GAMES & TOYS' and subtyp_1>'' and subtyp_2='EMPTY' and subtyp_1<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP1
CACHED
false
EXECUTIONTIME
0
SQL
SELECT DISTINCT subtyp1, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='MORE...' and typ='GAMES & TOYS' and upper(subtyp1)<>'EMPTY' and style_id IN (3756,3874,4026,4137,4187,4189,4193,14024,14121,15805,16201,16427,18081)
GROUP BY subtyp1