Interval with values from column
759982Jun 14 2010 — edited Jun 14 2010Hello,
Normaly you use this :
select sysdate + interval '+01 02:30:12' day to second from dual
What is need is this - put value from column "INTERVAL_Values"(values like '+01 02:30:12') at next statement:
select sysdate + interval *"INTERVAL_Values"* day to second from TABLE_NAME.
It didn't work. What is the solution.
Thanks Walter!