Forum Post: Re: Finding Out Duplicate Records

  • Thread starter Thread starter Mark Davies
  • Start date Start date
Status
Not open for further replies.
M

Mark Davies

Guest
Hi, Are the two tables you are comparing exactly the same? Do they have the exact same structure (fields, etc)? If they do then you can use the BUFFER-COMPARE statement exactly like I did here. If your tables only have a few fields that are the same then you will have to write some code to loop through the fields that do match and compare their values instead.

Continue reading...
 
Status
Not open for further replies.
Back
Top