Billpeng Space

技术源自生活
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年1月28日

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--DECLARE@tempFriendvarchar(5000)DECLARErsCURSORLOCALSCROLLFORselectFriendfromFriendwhereUsername=@UsernameOPENrsFETCHNEXTFROMrsINTO@tempFriend--循环WHILE@@FETCH_STATUS=0BEGINSET@Friend=@Friend+@tempFrien 阅读全文

posted @ 2009-01-28 23:31 billpeng 阅读(688) 评论(0) 推荐(0) 编辑