SQL> declare msql varchar2(200); begin loop msql := \'select * from bfw_test\'; execute immediate msql; end loop; end; 相关文章: