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