please help
How do we calculate time using sql statements

select to_char(sysdate,'hh:mm:ss') from dual ,iwill get current systime.now i want add two hours thirty five minitues to current time.what is the sql statement.