I want to use arrays in mysql stored procedures.
i.e. array would look like
(0 =>array('name','value','value1'), 1=> array('name1','value2','value3))
I want to loop through each of them and perform some action on different tables. Can i do this ?