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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Select not locked rows

Re: Select not locked rows

From: roger <roger.trollerNOroSPAM_at_trivadis.com.invalid>
Date: Mon, 21 Aug 2000 07:04:10 -0700
Message-ID: <05d70c71.1c97f33b@usw-ex0109-068.remarq.com>

Hi Anatoly

if you want to select the unlocked rows you could do it like this:

select *
  from z
    for update nowait
   skip locked;

bye

Roger

Received on Mon Aug 21 2000 - 09:04:10 CDT

Original text of this message

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