Want to keep the latest record for each user and delete the other records from the table
There is one custom table where 10M+ records exist and there are multiple records for each user.So, want to keep only the latest record for each user and delete the other records from that table. Solution I am thinking of -1. Need to get the sys id o...