PL/SQL存储过程与函数1、存储过程 存储过程的参数 形式参数和实际参数,例如,有如下一个存储过程,该过程接收一个作家代码和一个工资值,将该作家的工资改为接收到的工资值。 Java代码 1. createorreplaceprocedureupdateauths( 2. p_authscodeauths.author_code%type, 3. p_authssalaryauths.salary%type) 4. as 5. begin 6. updateauthssetsalary=p_authssalarywhereauthor_code=p_authscode; 7. commit; 8. endupdateauths;create or replace procedure updateauths( p_authscode auths.author_code%type, p_authssalary auths.salary%type)as
Copyright © 2018-2021 Wenke99.com All rights reserved
工信部备案号:浙ICP备20026746号-2
公安局备案号:浙公网安备33038302330469号
本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。