Hi,
I have a join condition in one of the applications as follows.
NVL(RQ.out_mesg_id,0) = NVL(RS.out_mesg_id,0)
How is it different without using NVL function. What is the internal execution difference.
RQ.out_mesg_id = RS.out_mesg_id
Will there be any difference in Performance and also in the query output.
Regards,
Pabolu