Problems deleting duplicate Records

@HolgerKleinert you first will have to define the exact rule that will define a duplicate. And then you can see if the Duplicate Row Filter can help or if you might want to use WINDOW functions with the help of H2 database.

Also you might take a look at this approach by @takbb

5 Likes