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: pl/sql help: LAST_ROW_ID question...

Re: pl/sql help: LAST_ROW_ID question...

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 7 Sep 2000 23:52:52 +0200
Message-ID: <968387862.6317.1.pluto.d4ee154e@news.demon.nl>

LAST_ROW_ID to identify the last row processed in  multi-row update.
So that would mean rowid is referring to tbl1, right? tbl1 is the table updated, not tbl2.
Could you please be more specific with respect to 'the subselect fails'

Hth,

Sybrand Bakker, Oracle DBA

<flaggedatbest_at_yahoo.com> wrote in message news:8p877l$j97$1_at_nnrp1.deja.com...
>
>
> Excuse my ignorance, but I'm no pl/sql guru!
>
> I'm trying to use LAST_ROW_ID to identify the last row processed in
> multi-row update.
>
> ie. update tbl1 set(a, b c) = (select a, b,c from tbl2);
> (the subselect fails and I want to identify the row)
>
> What is this id, anyway? How does it translate into a row in tbl2.
>
> All of the documentation that I've found on the subject simply says
> that it's a "row id".
>
> thanks in advance,
>
> -Dan
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Sep 07 2000 - 16:52:52 CDT

Original text of this message

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