实全软件科技有限公司

衡斅-衡量使人觉悟

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2008年11月23日

摘要: /*定义临时变量*/ declare @Name nvarchar(20) /*定义游标*/ declare Emp_Cursor cursor for select LastName+' '+ FirstName from AdventureWorks.HumanResources.vEmployee open Emp_Cursor fetch next from Emp_Cur... 阅读全文
posted @ 2008-11-23 10:18 衡斅 阅读(431) 评论(0) 推荐(0) 编辑