Hello All ,
I am using jdeveloper 11.1.2.3.0
if i want a bind variable to have the value of current date + 1 hour , how should I write it ?
adf.currentDateTime.plus(1/24)
adf.currentDateTime.plus(1)
adf.currentDateTime.plus(3600)
adf.currentDateTime + 3600
..... ??
thanks a lot