这是一个非常基本的问题,但是这里有:
我在PL/SQL中有一个VARCHAR2字符串数组.
如何打印该数组中的每个元素?
for i in my_array.first..my_array.last loop --print me end loop;