Answer the question
In order to leave comments, you need to log in
In a mysql procedure, is it possible to create a LOOP on data like these [4,5,6,7,4,6,8]?
For example, in a mysql procedure, is it possible to do something like this ?
$array = [4,5,6,7,4,6,8];
for ($array as $data) {
updateToTable1($data);
updateToTable2($data);
updateToTable3($data);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question