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 -> SQL - the FOR in a SELECT statment

SQL - the FOR in a SELECT statment

From: <jal_at_esc188.expansion.com>
Date: 15 Sep 1998 17:26:10 GMT
Message-ID: <6tm7vi$r4k$1@birch.prod.itd.earthlink.net>


Hello,

There is a select statement with a FOR in it which I do not know what it is for. Can anyone help. Here is a sample:

	select no
	       , act

, status
, ref1
, ref2
into cur_act from act where no = act_no for update of status;

Thanks,

Jason Received on Tue Sep 15 1998 - 12:26:10 CDT

Original text of this message

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