blob: a127ed86a1540807c7f39c669b1d8780584c97e0 [file] [log] [blame]
select count(*) as c0 from (select distinct store.store_city as c0, store.store_state as c1 from store as store) as init;