MySQL Forums
Forum List  »  Stored Procedures

Re: Select from a table and set in a variable
Posted by: Peter Brawley
Date: January 20, 2014 09:20AM

> select distinct values of a column of a table and looping on the query result set. I dont know how to do this.

Looping to do what? If it's to return a list of them, just use Group_Concat().

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Select from a table and set in a variable
892
January 20, 2014 09:20AM


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.