Greetings,
While studying code for some minor issue, I came across this select statement in a java script. This has surprised me, It does not seem to use a cursor.
I tend to believe that I may not know, or I may have not used select this way.
Can some one help me understand why FOR UPDATE OF was used in this statement ?
SELECT * FROM Client_Acc WHERE Acc_Num = ? FOR UPDATE OF Cash_Amt,Real_Chips,Promo_Chips
Help is appreciated. (searched online , all belong to cursor def).
Regards
DBFinder