加菲猫

博客园 首页 新随笔 联系 订阅 管理
  15 Posts :: 1 Stories :: 1 Comments :: 0 Trackbacks

公告

sql 不用游标的循环
   select @min=min(xh) from gzxm  
   while @min is not null
   begin
    
    。。。。。
    select @min=min(xh) from gzxm where xh>@min 
   end
posted on 2008-06-10 17:42 bjh 阅读(182) 评论(0) 编辑 收藏