I have a table called noarribados, it has the following structure, the fact is that I have several repeated records (varies the date and the status_bboo) I am interested in having only one (with the most recent_bboo status) I know that this is a function of the most recent date, how do I eliminate duplicates? we can say that the base has 8 million records (and use indices to make the process faster) the date format is year, month, day with hours, minutes and seconds
This is the file that is loaded in the aforementioned database