1
ls_sql
execute IMMEDIATE :ls_sql
2
ls_sql
execute IMMEDIATE :ls_sql
wf_set_iden_off_
//將指定datastore 的自增字段設置為 off
string ls_colcount
long ll_colcount
string ls_ColName
ls_colcount = ar_ds
if integer (ls_colcount) >
ll_colcount = integer (ls_colcount)
else
return
end if
string ls_on
for i =
ls_ColName = ar_ds
ls_on = ar_ds
if ls_on =
ar_ds
end if
next
5
結束
From:http://tw.wingwit.com/Article/program/Oracle/201311/16525.html