text; l_field ito_fields%rowtype; l_values_to_insertito_table_name from ito where id = target_ito_id;
l_ito_fieldnames := 'insert into ' || l_ito_table_name|| '
所以我创建了这个方法:Private Sub Iterate(ByVal iFrom As Integer, ByValiTo As Integer, ByVal Depth As Integer) If Depth - 1 > 0 Then Iterate(iFrom, iTo, Depth - 1)
'Do stuff her