Try lower() and upper() functions with your query. It should return the values. E.g.
select lower(date_range), upper(date_range) from date_table;