摘要:
Declare myCurrsor Cursor Local For select isnull(First_Name,'') + ' ' + isnull(Last_Name,'') as InvestigatorName from dbo.Investigator where Study_ID = @StudyId open myCurrsor Fetch Next f... 阅读全文
posted @ 2008-07-04 11:02
黄尚
阅读(230)
评论(0)
推荐(0)
浙公网安备 33010602011771号