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