简单写一下,后续再补
create or replace procedure inm_p_p_user_info as
begin
UPDATE user_info SET status = '1' WHERE user_name = '王朝;
commit;
UPDATE user_info SET status = '1' WHERE user_name = '马汉';
commit;
UPDATE user_info SET status = '1' WHERE user_name = '张龙';
commit;
UPDATE user_info SET status = '1' WHERE user_name = '赵虎';
commit;
end ;
我名字起的真好~就是有点暴漏年龄。
job
参考 博客:
Oracle中如何写存储过程 - 我是白小白 - 博客园 (cnblogs.com)
感谢博主大大~