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工作室  阅读(171)  评论(0编辑  收藏  举报