blob: 9b3f2e46627ec19769bd061c81fa0771f411d1af [file] [log] [blame]
select product_class.product_category as c0 from product_class as product_class where (product_class.product_department = 'Baking Goods' and product_class.product_family = 'Drink') group by product_class.product_category order by product_class.product_category ASC NULLS LAST;