Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Cursor Question?

Cursor Question?

From: <yliu_at_creighton.edu>
Date: Fri, 26 Feb 1999 13:51:35 -0600
Message-ID: <Pine.HPP.3.95.990226134643.8732A-100000@penguin.creighton.edu>


Hi all,

I have a question about cursor. I have see some pl/sql codes in which when a cursor is declared it looks like the following:

   cursor mycursor is

	select 'X'
	from mytable
	where ...

Could somebody please explain what this means? I could not find any explanations in my PL/SQL book.

Thank you very much.

Yongge
yliu_at_creighton.edu Received on Fri Feb 26 1999 - 13:51:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US