DML 操作中
SQL> select * from test
A B
test
test
test
test
test
SQL> declare
PL/SQL 過程已成功完成
SQL> select * from test
A B
test
test
test
test
test
yuechaotian
已選擇
在 forall 中也可以這樣使用
SQL> declare
PL/SQL 過程已成功完成
SQL> select * from test
A B
test
test
test
test
test
tianyc
已選擇
row 是關鍵字
From:http://tw.wingwit.com/Article/program/Oracle/201311/18731.html