PLSQL編程3:plsql流程控制和循環結構

plsql的流程控制有以下的幾種 1.if then end if; 2.if then elsif end if; 3.case when then end case 基本用法如下: 運行結果如下: plsql的循環結構有以下幾種 1.loop循環 2.while循環 3.for循環 4.goto 基本用法如下: 運行結果如下:
相關文章
相關標籤/搜索