游标的使用
摘要:
例子table1结构如下id intname varchar(50)declare @id intdeclare @name varchar(50)declare cursor1 cursor for --定义游标cursor1select * from table1 --使用游标的对象(跟据需要填... 阅读全文
posted @ 2011-04-20 17:49 希望你喜欢 阅读(319) 评论(0) 推荐(0)
posted @ 2011-04-20 17:49 希望你喜欢 阅读(319) 评论(0) 推荐(0)
posted @ 2011-04-20 10:13 希望你喜欢 阅读(655) 评论(0) 推荐(0)
posted @ 2011-04-20 10:00 希望你喜欢 阅读(1817) 评论(0) 推荐(0)