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