i am working with mysql procedure. final result set i have got in to one table. now i need to return for each set i need to return the value. example:

like this is contents in my the table. i need to return for each set of result from col1 i need to retun multiple resultset.
LIKE :

and so on is there any way other than using cursors??