I have a database that I am building and the data will be inserted a few times a day. The data set only changes when more is added. In essence most of the data will be duplicated on the next data pull.
What I would like to be able to do is delete duplicates from a table if 2 fields are duplicated and the ID of the record is higher(ID's are incremental). I would want to delete the record(s) that have the higher ID number.
I have seen some ways but they were very convoluted and I wasn't able to make them work for my needs.
Any help would be greatly appreciate![]()