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