Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Data from ROW_ID
select * from table_name
where rowid like '00000005.0004.0005';
I have used and it has worked fine.
let me know if this helped.
Chinna
Erika Grondzakova <grondzak_at_fria.utc.skx> wrote in article
<3418106A.75CF_at_fria.utc.skx>...
> Hi,
>
> How could I retrieve data from table when I know ROW_ID ???
>
> (for example ROW_ID is 00000005.0004.0005 - this is from the table
> exceptions,
> generated during enabling constraint after IMPORT.)
>
> Thank you in advance
>
> Erika
> grondzak_at_fria.utc.sk
>
Received on Fri Sep 19 1997 - 00:00:00 CDT
![]() |
![]() |