总显示创建的过程带有编译错误 帮忙看一下! oracle 的问题
发布网友
发布时间:2024-04-17 21:40
我来回答
共2个回答
热心网友
时间:2024-04-21 13:33
CREATE TABLE credit (cid NUMBER,cmoney NUMBER);
create OR REPLACE procedure wi2
(ID char ,money number)
is
begin
update credit set cmoney=cmoney-money
where cid=ID;
end;
我用上面的sql 没有错误,给你参考一下。丁四dingsi希望有所提示,有空到365testing,测评网,51cto进一步交流!
热心网友
时间:2024-04-21 13:32
dbms_output.put_line(avg_salary);
????? 他是输出参数,输出参数好像不是输出,二十返回给你执行存储过程时,用变量接收得把