mercredi 20 juillet 2016

MySQL for Each Value in Set [duplicate]

This question already has an answer here:

I have a SET column and have retrieved a value from it.

DECLARE types SET;
SET types = (SELECT...);

I'd like to iterate over types for each value of it.

How would I do this?

Aucun commentaire:

Enregistrer un commentaire