Can you do a For Each Row loop using MySQL?

后端 未结 3 1181
耶瑟儿~
耶瑟儿~ 2021-01-01 12:15

My question is related to the answer found in this post by user Consultuning on Oct 22 \'09 at 18:31: mysql query to dynamically convert row data to columns

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-01 12:43

    The closest thing to "for each" is probably MySQL Procedure using Cursor and LOOP.

提交回复
热议问题