小鬼之家

流浪,游走于文明与原始之间. 关注底层技术,实现美好生活。

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

2008年7月4日

摘要: 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 黄尚 阅读(225) 评论(0) 推荐(0) 编辑