begin
  for tid in 1 .. 925 loop
   select * from glauxs where trim(fperco) in (
   select trim(fperco) from glauxs  where setid=tid and fyear=2011 group by trim(fperco)
   having count(*)>1) and setid=tid and fyear=2011;
  end loop;
  end;
  
为什么这段代码报错了啊,pls-00428在此select缺少INTO子句;
不执行for语句为什么可以。
有没有群,求加群