首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

plsql 错误

2012-07-25 
plsql 异常http://chenhua-1984.iteye.com/blog/990970http://chenhua-1984.iteye.com/blog/996018?beginb

plsql 异常

http://chenhua-1984.iteye.com/blog/990970

http://chenhua-1984.iteye.com/blog/996018

?

begin

  begin  while(true)  loop    select seq_user_number.nextval into result from dual;    select user_number into user_number from  user_number where user_number=result;    end loop; exception     when no_data_found then         dbms_output.put_line(result);   end;    return result;end;
?

热点排行