blob: 97154dd575e8fb36eb02efd9c70b0bac5cbf3840 [file] [log] [blame]
select product.product_name as c0 from product as product where (product.brand_name = 'Sphinx') group by product.product_name order by product.product_name ASC NULLS LAST;