Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: where is the error?
Pier Gaetano Novara wrote:
> Ok is clear, but if I would like to do an icrement of the rowid to
> point the next row how could I do?
> I need to make a jouin using the same table 2 times:
> select
> ...
> from
> table a, table b
> where
> a.rowid=b.rowid+1
>
Hello,
For this information, get to RDBMS_ROWID.
@+
Tof
Received on Fri Feb 25 2005 - 09:43:07 CST