1.匿名语句块
declare buzzId varchar2(1000) := '12345'; begin --删除数据 delete from t_my_table where buzzId = buzzId; --提交 commit; end;
感谢您的阅读,您的支持是我写博客动力。