2010年11月15日

sql server 2005 cursor

摘要: --//*/cursor (sqlserver) 游标 /* 1.declare 游标名[scroll] cursor for select语句[for update [of列表名]] 定义一个游标,使之对应一个select语句 for update任选项,表示该游标可用于对当前行的修改与删除 2.open 打开一个游标,执行游标对应的... 阅读全文

posted @ 2010-11-15 19:13 fengpb 阅读(323) 评论(0) 推荐(0)

导航