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