Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: where is the error?
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
Received on Fri Feb 25 2005 - 09:44:24 CST