In a trigger I need to iterate thru a query result that will consist of more than 1 row.
Could someone please give me a general example of how this would be accomplished. For
example in php i would just use
while($row = $result->fetch_assoc)
{
......process the row....
}
I have no idea how to do this with in the confines of a trigger.
Thanks
---------------------------------
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
| Thread |
|---|
| • triggers | ch h | 11 Apr |
| • Re: triggers | Andrew Dashin | 11 Apr |