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!

Update vs Select Then Update

679656Feb 4 2009 — edited Feb 5 2009
Is there any additional overhead with an update statement that doesn't update rows vs a select statement?

I'm trying to find out if its better to query with a select then update based on the results. Or should I just do an update statement with a where clause. The reason is because most of the time my update statement doesn't update any values.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2009
Added on Feb 4 2009
9 comments
1,423 views