Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to compare and synchronize table rows
oto pakozdy wrote:
> Is there any product or script to compare rows in two tables and do
> synchronization missing or changed rows ?
Plain SQL.
Compare. dataset INTERSECT dataset
Different/missing. dataset MINUS dataset
Check the SQL Reference Guide.
-- BillyReceived on Wed Mar 19 2003 - 07:07:27 CST
![]() |
![]() |