Oracle/PLSQL : Cursors
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
Declare a Cursor
OPEN Statement
FETCH Statement
CLOSE Statement

浙公网安备 33010602011771号