How to get rid of “Error 1329: No data - zero rows fetched, selected, or processed”

后端 未结 7 1598
心在旅途
心在旅途 2020-12-01 13:51

I have a stored procedure which does not need to return any values. It runs smoothly and without any problem. However, it outputs an error message after finishing its run:

7条回答
  •  有刺的猬
    2020-12-01 14:21

    Normally this happens when you overshoot a cursor range, so checkout the loop conditions where the FETCH statement is

提交回复
热议问题