摘要:
/*定义临时变量*/ 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
衡斅
阅读(438)
评论(0)
推荐(0)

浙公网安备 33010602011771号