blob: 3a1596c181887e3f81c3f68491d76a39d36ae044 [file] [log] [blame]
select store.store_state as c0 from store as store where (store.store_country = 'USA') and UPPER(store.store_state) = UPPER('CA') group by store.store_state order by store.store_state ASC NULLS LAST;