SELECT subtyp_2, web_url
FROM tb_web_taxonomy
WHERE dept='PADDLESPORTS' and typ='KAYAKS' and subtyp_1='SIT ON TOP KAYAKS' and subtyp_2>'' and subtyp_3='EMPTY' and subtyp_2<>'EMPTY'
ORDER BY sort_position
query
RESULTSET
query
ITEMCOUNT
SUBTYP2
CACHED
false
EXECUTIONTIME
16
SQL
SELECT DISTINCT subtyp2, count(distinct style_id) as itemCount
FROM web_all_products
WHERE dept='PADDLESPORTS' and typ='KAYAKS' and subtyp1='Sit On Top Kayaks' and upper(subtyp2)<>'EMPTY' and style_id IN (1670,3012,4711,4713,14854,18902,18903,19598,21998,21999,22000)
GROUP BY subtyp2