发布网友 发布时间:2022-04-08 23:01
共2个回答
懂视网 时间:2022-04-09 03:22
or replace procedure a as cursor b(c_id int)is select * from d where id=c_id; begin open b(111); end;
Oracle游标带参数
标签:
热心网友 时间:2022-04-09 00:30
cursor pdct-parameter-cur (id VARCHAR,price NUMBER)