begin
      
       
 select b.created from tfile b join 
       (select t.fileid  from tfile t 
       where t.mastertaskid = '2281817d19bca7b20119d6bb4acb0d99' 
       order by t.created desc) a   on 
        rownum=1 and b.fileid=a.fileid;
    
       
end ;
这个是需要运行的东西!我是在PLSQL Developer里面看的
如果我单独的运行sql语句的有结果的!
而且结果只有一个
可是我加上了begin 以后就出现:此select 缺少into子句
不知道为什么!