blob: 9af57859d262766e192ae39c914844547b92dc22 [file] [log] [blame]
select product_class.product_category as c0 from product as product, product_class as product_class where product.product_class_id = product_class.product_class_id and (product_class.product_department = 'Alcoholic Beverages' and product_class.product_family = 'Drink') group by product_class.product_category order by product_class.product_category ASC NULLS LAST;