I have a table with a structure like this: It has a lot of duplicates, I highlighted two duplicates so you can get an idea. So what I want to do is delete all duplicates and leave only one copy: as you can see it's a table with episodes from TV shows. How can I do this with an SQL command? So basically the command will look for rows with same show_id and same season and episodes and delete all the duplicates except one (There are episodes with 3 copies of the same episode).
THE SCREENSHOT :