blob: 479a629aa7485f7e50f85a8ea466801b7508c301 [file] [log] [blame]
select store.store_country as c0 from store as store where UPPER(store.store_country) = UPPER('Bacon') group by store.store_country order by store.store_country ASC NULLS LAST;