blob: fe86413b96dc4508d634c39241e26f28ea43b142 [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') and UPPER(product_class.product_category) = UPPER('Dry Goods') group by product_class.product_category order by product_class.product_category ASC NULLS LAST;