|
I need to find duplicate entries of the value 3 in the Status column and delete all rows containg the value of 3? I updated the rows easily but cant figure out how to find the duplicates and get rid of them. Im a rookie. Thanks Status is my last column.
(comments are locked)
|
|
Hi rookie, I didnt get your Question clearly. Below query is useful for the remove the duplicate rows except master . I think it will useful for you.
(comments are locked)
|


I don't really get your question. The data above contains two identical rows. Do you want to delete one of them? The Status column is not three in your example data above, that's why I'm a little bit confused.
Sorry. I picked a cloumn that had all duplicates. Lets say the status column has 10 values of the number 1 and 10 values of the number 3. I need to delete all of the values of 3 and leave the values of 1. So if the status column has any values of 3. I want to delete the entire row and leave rows only contaiing the value of 1 in the status column.