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
posted @ 2006-05-30 11:05  Tim工作室  阅读(178)  评论(0)    收藏  举报