上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 114 下一页
摘要: kider 电梯直达 1# 发表于 2010-8-31 16:06:04 | 只看该作者 |倒序浏览 |阅读模式 出处:mysqlpub.comMySQL中有两个函数来计算上一条语句影响了多少行,不同于SqlServer/Oracle,不要因为此方面的差异而引起功能问题:1,判断Select得到的行 阅读全文
posted @ 2016-09-13 06:10 功夫 熊猫 阅读(315) 评论(0) 推荐(0) 编辑
摘要: Table 12.18 Information Functions NameDescription BENCHMARK() Repeatedly execute an expression CHARSET() Return the character set of the argument COER 阅读全文
posted @ 2016-09-13 06:06 功夫 熊猫 阅读(301) 评论(0) 推荐(0) 编辑
摘要: http://dev.mysql.com/doc/refman/5.7/en/get-diagnostics.html SQL statements produce diagnostic information that populates the diagnostics area. The GET 阅读全文
posted @ 2016-09-13 04:45 功夫 熊猫 阅读(1636) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/qixuejia/archive/2010/12/21/1913203.html sql server中变量要先申明后赋值: 局部变量用一个@标识,全局变量用两个@(常用的全局变量一般都是已经定义好的); 申明局部变量语法:declare @变量名 数据 阅读全文
posted @ 2016-09-13 03:53 功夫 熊猫 阅读(4346) 评论(0) 推荐(1) 编辑
摘要: http://www.mysqltutorial.org/mysql-signal-resignal/ Summary: in this tutorial, you will learn how to use SIGNAL and RESIGNAL statements to raise error 阅读全文
posted @ 2016-09-10 07:57 功夫 熊猫 阅读(739) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/crazylaa/article/details/5368421 http://blog.csdn.net/crazylaa/article/details/5368421 有时候,不希望存储过程抛出错误中止执行,而是希望返回一个错误码。 MySQL 支持异 阅读全文
posted @ 2016-09-10 02:11 功夫 熊猫 阅读(596) 评论(0) 推荐(0) 编辑
摘要: Summary: this tutorial shows you how to use MySQL handler to handle exceptions or errors encountered in stored procedures. When an error occurs inside 阅读全文
posted @ 2016-09-09 08:23 功夫 熊猫 阅读(328) 评论(0) 推荐(0) 编辑
摘要: MySQL: @variable vs. variable. Whats the difference? MySQL: @variable vs. variable. Whats the difference? up vote351down votefavorite 121 In another q 阅读全文
posted @ 2016-09-09 08:05 功夫 熊猫 阅读(443) 评论(0) 推荐(0) 编辑
摘要: http://www.mysqltutorial.org/mysql-error-handling-in-stored-procedures/ mysql存储过程中的异常处理 定义异常捕获类型及处理方法: DECLARE handler_action HANDLER FOR condition_va 阅读全文
posted @ 2016-09-09 06:38 功夫 熊猫 阅读(390) 评论(0) 推荐(0) 编辑
摘要: DEBUGGING STORED PROCEDURES Over the past several weeks, we’ve been working on debugging a stored procedure bug for a client. Coming from a software d 阅读全文
posted @ 2016-09-09 05:54 功夫 熊猫 阅读(304) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 114 下一页