blob: 17c9bdca8d07c1536f31b9b3ab8c6689a7c08fa5 [file] [log] [blame]
select count(*) as c0 from (select distinct customer.yearly_income as c0 from customer as customer) as init;