blob: 68cc335daa77665548a0e4a59c45e569a365a5be [file] [log] [blame]
select customer.yearly_income as c0 from customer as customer group by customer.yearly_income order by customer.yearly_income ASC NULLS LAST;