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