blob: a05c834c4214819099c98d0603dacb27c8e99cc8 [file] [log] [blame]
select product_class.product_subcategory 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_category = 'Magazines' and product_class.product_department = 'Periodicals' and product_class.product_family = 'Non-Consumable') group by product_class.product_subcategory order by product_class.product_subcategory ASC NULLS LAST;