找回密码
 立即注册
游标TheSTATUSFETCH | 软件设计/软件工程 2022-05-02 279 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
第一句是SQL循环用的,这个条件下,会读取所有的记录,因为会一直循环;

第二句是游标里的,@@fetch_status=0   等于0时,说明游标是成功的.

(The first sentence is for SQL loop. Under this condition, all records will be read, because it will loop all the time;
The second sentence is in the cursor, @ @ fetch_ When status = 0 equals 0, the cursor is successful
)





上一篇:VERILOGHDL 8位串行乘法器解析(二)
下一篇:CENTOS 6.3下安装PHP 5.3.3 XDEBUG的方法和步骤