blob: 4692d95b62662318878476f5361f641f7d17febb [file] [log] [blame]
select customer.yearly_income as c0 from customer as customer where UPPER(customer.yearly_income) = UPPER('Widget') group by customer.yearly_income order by customer.yearly_income ASC NULLS LAST;