It possible something like this in stored procedures?
DECLARE CURSOR -> OPEN -> FETCH doesn't work
I've read that UPDATE CURRENT OF CURSOR ... works in stored procedures, but how to implement this?
DECLARE CURSOR -> OPEN -> FETCH doesn't work
I've read that UPDATE CURRENT OF CURSOR ... works in stored procedures, but how to implement this?