blob: b6723dc7f8d670fb5ea924bb167abe85ea341610 [file] [log] [blame]
select store.store_city as c0 from store as store where (store.store_state = 'WA') and UPPER(store.store_city) = UPPER('Seattle') group by store.store_city order by store.store_city ASC NULLS LAST;