sql 2008 游标
摘要:
begin declare PlatformBulletin --定义游标 cursor for select UserID,ZMSCompanyID from base_UserCompany where isActive = 1 open PlatformBulletin --打开游标 declare ... 阅读全文
posted @ 2017-01-06 11:19 路人甲zzz 阅读(109) 评论(0) 推荐(0) 编辑