MySQL Forums
Forum List  »  Oracle

Cursor FOR loop in MySql
Posted by: Jigar P
Date: June 02, 2009 08:39AM

Hi All,

Is there any MySQL equvivalent in terms of FOR loop for the cursor FOR loops in Oracle??

e.g. (IN ORACLE)
FOR <<cursor var>> IN <<cursor>>

loop
.....
....
end loop;

equivalent in mysql?????

Any help will be greatly appreciated as working on tight deadlines.

Thanks,
Jigar

Options: ReplyQuote


Subject
Views
Written By
Posted
Cursor FOR loop in MySql
8515
June 02, 2009 08:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.