blob: 2f2c919321741f62449c1924a3c11e11853ac97d [file] [log] [blame]
select count(*) as c0 from (select distinct store.store_country as c0 from employee as employee, store as store where employee.store_id = store.store_id) as init;