可以用 Ref cursor: Sql代码 type refcur_type is ref cursor; cur refcur_type; begin open cur for ' select * from ' || table_name; 然后再fetch cur 就可以用了。。。 相关文章: 2021-12-22 2022-12-23 2021-08-05 2022-12-23 2022-12-23 2022-12-23 2022-01-29