loop循环的几种用法- 我的笔记空间- 51CTO技术博客

loop循环的几种用法- 我的笔记空间- 51CTO技术博客

瀏覽:805
日期:2025-04-28
2010年5月17日 - loop循环:createorreplaceprocedurepro_test_loopisinumber;begini:=0;loop i:=i+1; dbms_output.put_line(i); ifi>5then exit; endif;endloop ......看更多