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