存储过程创建
------------------------------1
create or replace procedure wf_obj_insert_gctk(p_in_wfid in integer,p_in_projcode in varchar2,p_in_banme in varchar2) asp_ffrdid integer;---项目文件夹IDp_zfrdid integer;---项目下文件夹IDp_idpath varchar2(100);---实际的IDPATHp_typepath varchar2(100) ;beginp_typepath := '122226';if(0=0) thendbms_output.put_line('1111111='||p_typepath);else dbms_output.put_line('1111111='||p_typepath);end if; end;
-------------------------2
create or replace procedure wf_obj_insert_gctk(p_in_wfid in integer,p_in_projcode in varchar2,p_in_banme in varchar2) asp_ffrdid integer;---项目文件夹IDp_zfrdid integer;---项目下文件夹IDp_idpath varchar2(100);---实际的IDPATHp_typepath varchar2(100) := '122226' ;beginif(0=0) thendbms_output.put_line('1111111='||p_typepath);else dbms_output.put_line('1111111='||p_typepath);end if; end;
---------------------------------3
如果存储过程报错,则使用Plsql调试会自动提示错误
红色处理了就不会报错了:
本文发布于:2024-01-28 06:45:15,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/17063955185553.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |