摘要: 我们在Oracle存储过程中需要遍历一张表,应该怎样做。我想大多少的人第一个念头就是Cursor。比如:create or replace procedure StudyCursor(resulst out integer) isv_tablename varchar(30);v_tablet... 阅读全文
posted @ 2005-07-28 08:41 vanuan 阅读(138) 评论(0) 推荐(0) 编辑