摘要: http://www.cnblogs.com/cookiehu/p/4994278.html 定义异常捕获类型及处理方法: 这里面需要注意几点: a、condition_value [,condition_value],这个的话说明可以包括多种情况(方括弧表示可选的),也就是一个handler可以定 阅读全文
posted @ 2016-09-15 07:23 功夫 熊猫 阅读(12074) 评论(0) 推荐(0)
摘要: http://www.java2s.com/Code/SQL/Cursor/Outputdatainacursor.htm 阅读全文
posted @ 2016-09-15 03:04 功夫 熊猫 阅读(276) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/5669878/when-to-close-cursors-using-mysqldb I'm building a WSGI web app and I have a MySQL database. I'm using MySQ 阅读全文
posted @ 2016-09-15 02:45 功夫 熊猫 阅读(1058) 评论(0) 推荐(0)
摘要: MySQL Cursor Summary: in this tutorial, you will learn how to use MySQL cursor in stored procedures to iterate through a result set returned by a SELE 阅读全文
posted @ 2016-09-15 02:25 功夫 熊猫 阅读(1256) 评论(0) 推荐(0)