blob: 13cc1a45a35bd20fabfef104777440cdf4b8573f [file] [log] [blame]
select max(cast(c_time as time)) as col1 from basic group by cast(c_time as time) + interval '2:30:45.100' hour to second order by col1;