Hi,
We need to add an interval (from a row in a table) to the curren time.
Basically,
Table1 has the column offset_in_secs that is an integer.
Select current_timestamp + '<offset_in_secs> seconds' from table1;
But can't figure out how to do this.
-Jed