I want to do such a job: In MySQL statement, try to assign a set of values (1, 6, 68, 76, 43) in this order to a variable a. That is: in a lop, first, a=1 do the loop then a=6 do the loop then a=68 do the loop and so on.
Can anyone show me how to do it? Thanks