Cursor verus while loop - what are the advantages/disadvantages of cursors?

后端 未结 4 693
独厮守ぢ
独厮守ぢ 2020-12-17 09:40

Is it a good idea to use while loop instead of a cursor? What are the advantages/disadvantages of cursors?

4条回答
  •  天命终不由人
    2020-12-17 10:20

    Some disadvantages of cursors are here

    Then there is also this (Actually a very interesting problem called - "Halloween problem")

提交回复
热议问题