blob: 5eb352a90af20b94478c4a942e90f24664ab7e58 [file] [log] [blame]
select count(*) as c0 from (select distinct customer.country as c0 from customer as customer) as init;