当前位置: 代码迷 >> SQL >> sqlplus 施行存储过程
  详细解决方案

sqlplus 施行存储过程

热度:121   发布时间:2016-05-05 15:01:57.0
sqlplus 执行存储过程

sqlplus 执行带参数的存储过程

?

set serveroutput on

?

var info1 number

?

exec test('www',:info1);

  相关解决方案