blob: f2c0f14a09e629f05d5b53c62b9818b317af4cc7 [file] [log] [blame]
select product_class.product_department 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_family = 'Non-Consumable') and UPPER(product_class.product_department) = UPPER('Household') group by product_class.product_department order by product_class.product_department ASC NULLS LAST;