SELECT subtyp_2, web_url
FROM tb_web_taxonomy
WHERE dept='CAMP AND HIKE' and typ='CAMP KITCHEN' and subtyp_1='FOOD' and subtyp_2>'' and subtyp_3='EMPTY' and subtyp_2<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP2
1
3
BEEF MEALS
2
5
BREAKFASTS
3
2
CHICKEN MEALS
4
4
DESSERTS
5
1
PESCATARIAN MEALS
6
5
VEGETARIAN MEALS
CACHED
false
EXECUTIONTIME
0
SQL
SELECT DISTINCT subtyp2, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='CAMP AND HIKE' and typ='CAMP KITCHEN' and subtyp1='Food' and upper(subtyp2)<>'EMPTY' and style_id IN (2448,2449,2452,2456,2457,2458,3759,3856,3903,3968,4000,4075,13970,15336,15337,15550,15589,15590,18259,20941,21743,21973)
GROUP BY subtyp2