第四章 plsql控制語句

if then elsif then end if

如果表達式結果爲null 也當作false

exit
exit when
continue繼續執行
while loop
for loop

不要在for和while循環中使用 exit 或exit when

goto

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章