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