how to divide previously union all into multiple inserts in a for loop

前端 未结 0 1751
被撕碎了的回忆
被撕碎了的回忆 2020-12-23 01:50

Sorry if the title is confusing

I have a query that is something like this:

Declare
cursor xy is
select yr from calendar;

BEGIN
for rec1 in xy loop
in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题