Firebird's 'FOR SELECT … INTO … DO' equivalent in MySQL
I need to migrate Firebird database to MySQL, but I am stuck at the stored procedures more precisely I can't find a solution for firebird's FOR SELECT in MySQL when I need to iterate through a result set. For simplicity…