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