if not (i_ReLaunch = 1 and (dt_enddate is not null)) How this epression will be evaluated in Oracle
- by Phani Kumar PV
if not (i_ReLaunch = 1 and (dt_enddate is not null))
How this epression will be evaluated in Oracle 10g
when the input value of the i_ReLaunch = null and the value of the dt_enddate is not null
it is entering the loop.
according to the rules in normal c# and all it should not enter the loop as
it will be as follows with the values.
If(…