Removing Duplicate Rows from Current Table
Hi, I have 256k rows in a parent table right now. While doing some analysis, I found out I have few duplicate rows. This table constantly gets new data ammended through script. And there is chance source data may have duplicate again. So I am trying to create a clean up script, that i can run before executing some of my analysis. I searched other discussions here and found a solution (https:/...