create or replace procedure tes as
sqlc integer
begin
insert into t1 values (1)
sqlc:=sqlcode
if sqlc=0 then
dbms_output.put_line('成功!')
else
dbms_output.put_line('失败!')
end if
end
1. w_id 这个是哪里来的2.commit
end
把 end 后面的分号‘;’改为’@‘ --百度上说的,没有玩过db2
commit
end
@
3. other errors 我也看不懂了
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)