Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rowid vs id

737819Dec 1 2009 — edited Dec 1 2009
Is it safe to use rowid in such a query?:
update table set ... where rowid in (select rowid from table where ...)
instead of
update table set ... where id in (select id from table where ...)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 29 2009
Added on Dec 1 2009
3 comments
286 views