blob: a595e8112ca7caeb5f73c48a932597e4644daf17 [file] [log] [blame]
select product.product_name as c0 from product as product, product_class as product_class where product.product_class_id = product_class.product_class_id and (product.brand_name = 'ADJ' and product_class.product_subcategory = 'Sunglasses' and product_class.product_category = 'Specialty' and product_class.product_department = 'Carousel' and product_class.product_family = 'Non-Consumable') and UPPER(product.product_name) = UPPER('ADJ Rosy Sunglasses') group by product.product_name order by product.product_name ASC NULLS LAST;