【发布时间】:2016-06-23 19:31:22
【问题描述】:
Cursor c1 is select uid,h1,h2,h3 from xyz;
Begin
For I in c1
Loop
Insert into ABC . values(i.uid,I.h1
||/||I.h2
||/||I.h3);
End loop;
End;
【问题讨论】:
-
请提供更多细节并更具体。