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