Re: exiting out of a loop iteration in a stored proc

2006-10-25 Thread Waldemar Jankowski
On Wed, 25 Oct 2006, Paul DuBois wrote: At 17:33 -0400 10/25/06, Waldemar Jankowski wrote: Hello everyone, I'm wondering if there is a way to exit out of a REAPEAT/WHILE loop iteration in a stored procedure. I think LEAVE will get you out of the loop completely, but I looking for something l

Re: exiting out of a loop iteration in a stored proc

2006-10-25 Thread Paul DuBois
At 17:33 -0400 10/25/06, Waldemar Jankowski wrote: Hello everyone, I'm wondering if there is a way to exit out of a REAPEAT/WHILE loop iteration in a stored procedure. I think LEAVE will get you out of the loop completely, but I looking for something like "next" record. Perhaps you want ITER

exiting out of a loop iteration in a stored proc

2006-10-25 Thread Waldemar Jankowski
Hello everyone, I'm wondering if there is a way to exit out of a REAPEAT/WHILE loop iteration in a stored procedure. I think LEAVE will get you out of the loop completely, but I looking for something like "next" record. Thanks, Waldemar -- MySQL General Mailing List For list archives: http:/