Re: flow control in mysql
At 2:54 PM -0400 4/22/01, Kevin Xin Lin wrote: >Hi, > >Does mysql query support iteration? Can I write loop logic in a mysql >qurey? thanks. No. You'll need to use a programming language that supports iteration and run the query from within the language. -- Paul DuBois, [EMAIL PROTECTED]
flow control in mysql
Hi, Does mysql query support iteration? Can I write loop logic in a mysql qurey? thanks. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)