Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能澄清一下?继续处理程序是否仅用于游标?或者它可以用于循环结果集或其他表。请帮助 m。谢谢你。
一般来说,handler is statement 指定一个处理一个或多个条件的处理程序,与游标一起使用,在存储过程中由 select 语句检索到的结果之间循环
它将指定是否进行下一次迭代
你可以在这里找到更多细节