最新文章列表

mybatis调用存储过程

看了下mybatis源码,有调用存储过程的例子,整理下。 参数形式: create procedure sptest.adder(in addend1 integer, in addend2 integer, out theSum integer) begin atomic set theSum = addend1 + addend2; end go <paramete ...
lohasle 评论(9) 有80730人浏览 2012-09-03 00:52

存储过程------数据库(SQL)

格式: 存储过程: create proc 过程名 as 语句 运用: exec过程名 一: create proc selectproduct @price money as select productname,unitprice from Products where unitprice>@price exec selectproduct 10 二: crea ...
fatedgar 评论(0) 有1196人浏览 2011-12-24 11:24

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) HTML(59042) JavaScript(54916) .net(54782) Web(54511) 工作(54116) Linux(50906) Oracle(49861) 应用服务器(43285) Spring(40811) 编程(39452) Windows(39380) JSP(37540) MySQL(37266) 数据结构(36420)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics