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