A
cursor is a mechanism by which you can assign a name to a "select statement" and manipulate the information within that SQL statement.
Declare a Cursor
OPEN Statement
FETCH Statement
CLOSE Statement
转载于:https://www.cnblogs.com/timsoft/articles/412775.html