SELECT subtyp_1, web_url
FROM tb_web_taxonomy
WHERE dept='CAMP AND HIKE' and typ='CAMP ACCESSORIES' and subtyp_1>'' and subtyp_2='EMPTY' and subtyp_1<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP1
1
11
GAMES & TOYS
2
2
PET SUPPLIES
CACHED
false
EXECUTIONTIME
14
SQL
SELECT DISTINCT subtyp1, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='CAMP AND HIKE' and typ='CAMP ACCESSORIES' and upper(subtyp1)<>'EMPTY' and style_id IN (3875,4026,4042,4137,4186,4189,4193,4809,8098,14024,14121,14122,14758,21683,21690,21778,22070)
GROUP BY subtyp1