A table with 100ks of records should be checked for exactly identical records and those should get removed. So I concatenated all fields which have to be included into a single string. But when searching for duplicate records it failed to find the exact duplicates using "!". Some were the same up u...