怎么使用oracle函数求得一个oracle date类型的数据减去三个小时后的date
例如
select * from table 
where time = (select max(time) from table - 三个小时)括号里的逻辑用sql怎么写,time是一个date 类型的数据