From: martinj@pi.net
Subject: Re: Simple SQL question
Date: 1995/06/06
Message-ID: <NEWTNews.8088.802500486.martinj@pi-user.pi.net>#1/1
references: <50@astound.dialix.oz.au>
to: merdely@astound.dialix.oz.au
content-type: TEXT/PLAIN; charset=US-ASCII
organization: Planet Internet
mime-version: 1.0
newsgroups: comp.databases.oracle



In article <50@astound.dialix.oz.au>, <merdely@astound.dialix.oz.au> writes:
> Using PLSQL V2, put your select statement in a cursor (leave out the
> rownum predicate) and fetch the first record. 

The cursor has to be built before it can be used, so the complete database will 
be read before the cursor can be used. Correct me if I'm wrong...




