An alternative cursor template

前端 未结 0 1766
长发绾君心
长发绾君心 2021-02-14 11:38

I recently stumbled on the following cursor implementation:

open cursor
while 1=1
begin
    fetch next
    if @@fetch_status <> 0 break
   
    (cursor logi         


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