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