I have a table with 14 columns which can be referred to as column_1 - column_14. I need a table that is unique on a combination of two fields (i.e. column_1 and column_2). I cannot have any instances in this table where there are multiple rows containing the same information in column_1 and 2. To give a clear understanding of what I mean, I referenced this post to identify the duplicates I speak of.
I have referenced this post
Now, I need to learn how to delete these rows from my table, so I am left with completely unique rows based on columns 1 & 2.
Thank you