Mysql Cursor jumps out before it reaches the end

后端 未结 0 1245
甜味超标
甜味超标 2021-02-06 03:11

This is part of my mysql procedure:

declare myCursor cursor for select body,id from posts where body like \'%Possible Duplicate%\' limit 10 offset 11;
DECLARE CON         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题