create or replace procedure spIdGen id out number is begin update zb_id_gen set ID=ID+1,id=ID+1; end;
  2  /
 
Warning: Procedure created with compilation errors
大家帮我看看这个存储过程有什么问题为什么我在oracle 10g上建总是报错建立不上呀
怎样将这段存储过程转换成oracle中的一句SQL语句呢?