blob: 2735142775761fe4c8b7469ce2be117b5e8ab081 [file] [log] [blame]
select product_class.product_family as c0 from product as product, product_class as product_class where product.product_class_id = product_class.product_class_id and UPPER(product_class.product_family) = UPPER('Time.Time2.Quarter') group by product_class.product_family order by product_class.product_family ASC NULLS LAST;