你的位置:首页 > 软件开发 > 数据库 > Cursors in MySQL Stored Procedures

Cursors in MySQL Stored Procedures

发布时间:2016-09-19 15:00:04
https://www.sitepoint.com/cursors-mysql-stored-procedures/ After my previous article on Stored Procedures was published on SitePoint, I re ...

Cursors in MySQL Stored Procedures

https://www.sitepoint.com/cursors-mysql-stored-procedures/

 

After my previous article on Stored Procedures was published on SitePoint, I received quite a number of comments. One of them suggested further elaboration on CURSOR, an important feature in Stored Procedures.

As cursors are a part of a Stored Procedure, we will elaborate a bit more on SP in this article as well. In particular, we will see how to return a dataset from an SP.  

 

原标题:Cursors in MySQL Stored Procedures

关键词:MYSQL

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。