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!

Compare two rows

NikolineFeb 9 2011 — edited Mar 29 2011
Hi all,

I have one production table and copy of that table.
Meanwhile in production table someone made some changes. How do I compare two identical row from these two tables to check whether there are some changes in production table. I do not want to compare all rows, only one identical row in two tables.
Such as:
Compare row from table1 where doc_id=12 with row from copy_of_table1 where doc_id=12… (doc_id is PK)

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2011
Added on Feb 9 2011
10 comments
3,099 views