文件名称:sql
- 所属分类:
- SQL Server数据库
- 资源属性:
- [Text]
- 上传时间:
- 2013-12-04
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
各种关于SQL的程序编程,存储过程,触发器,三级模式、动静态游标
declare cursor2 cursor static
for
select * from student
go
open
cursor2
go
fetch first from cursor2
update student
set sage=sage+1
where sno= 0001 -On the various programming SQL, stored procedures, triggers, three modes, static and dynamic cursor declare cursor2 cursor static for select* from student go open cursor2 go fetch first from cursor2 update student set sage = sage+1 where sno = ' 0001 '
declare cursor2 cursor static
for
select * from student
go
open
cursor2
go
fetch first from cursor2
update student
set sage=sage+1
where sno= 0001 -On the various programming SQL, stored procedures, triggers, three modes, static and dynamic cursor declare cursor2 cursor static for select* from student go open cursor2 go fetch first from cursor2 update student set sage = sage+1 where sno = ' 0001 '
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sql\5.10触发器 业务逻辑\业务逻辑.txt
...\...7触发器\触发器.txt
...\..21\游标.txt
...\....\触发器.txt
...\..31\新建文本文档.txt
...\...存储过程练习\sql.txt
...\...............\sql存储过程练习.txt
...\6.7\新建文本文档.txt
...\三级模式.txt
...\5.10触发器 业务逻辑
...\5.17触发器
...\5.21
...\5.31
...\5.3存储过程练习
...\6.7
sql