📜  sql代码示例中游标的目的是什么

📅  最后修改于: 2022-03-11 15:05:14.444000             🧑  作者: Mango

代码示例1
A SQL Server cursor is a set of T-SQL logic to loop over a predetermined number of rows one at a time. The purpose for the cursor may be to update one row at a time or perform an administrative process such as SQL Server database backups in a sequential manner.