i have the following table. I need to remove duplicate rows based on the zip column.
id      state       zip
1       CA          112233
2       CA          112233
3       CA          112233
4       CA          113300
.       .           .
.       .           .   
999     FL          345678
1000    FL          234579
thanks!
 
     
    