MySQL Forums
Forum List  »  Oracle

FOR LOOP IN ORACLE
Posted by: mou lei
Date: March 21, 2006 07:01PM

FOR manager_rec IN (select userid from manager where logindomain=p_old_zone) LOOP

update manager set logindomain=p_new_zone where userid=manager_rec.userid;
END LOOP;

Options: ReplyQuote


Subject
Views
Written By
Posted
FOR LOOP IN ORACLE
6585
March 21, 2006 07:01PM
4157
March 22, 2006 08:36AM


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.