摘要:
oracle存储过程中的返回结果集create or replace procedure testasbegincursor cursor_test is select * from a;row_test a%rowtype;beginfor row_test in cursor_test loopdbms_output.put_line(row_test.ano||row_test.aname||row_test.aage);end loop;end test;调用方法:调用方法:(1)EXEC test;(2)begintest;end;.net调用Oracle存储过程 阅读全文
posted @ 2013-07-12 11:18
小锋神
阅读(228)
评论(0)
推荐(1)

浙公网安备 33010602011771号