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