I read previous questions but they are not similar to mine (example this has no unique identifier while I have) .
say this are my tables rows:
id string x y z time_x
10318 'hello' 33700 5053 8 2015-07-03 12:39:49.61408
14071 'hello' 33700 5053 8 2015-07-03 12:39:49.61408
basically everything is the same except the id of the row. How can I identify these cases and delete the redundant rows?
Note: not all rows in table are duplicated. Regular rows should be left as is.