MySQL Forums
Forum List  »  Stored Procedures

Re: Loop Through Cursor
Posted by: Rick James
Date: November 30, 2015 08:10PM

Can you avoid a cursor and do it with
GROUP_CONCAT(col SEPARATOR ';')
?

Options: ReplyQuote


Subject
Views
Written By
Posted
3015
November 14, 2015 08:14AM
Re: Loop Through Cursor
903
November 30, 2015 08:10PM
926
November 30, 2015 11:46PM


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.