blob: 5f7ef1319c4e0f0836048d257550d8ba2df615a1 [file] [log] [blame]
select product_class.product_department as c0 from product_class as product_class where (product_class.product_family = 'Drink') group by product_class.product_department order by product_class.product_department ASC NULLS LAST;