how to delete duplicates on mysql table?

Posted by Ronnie Chester Lynwood on Stack Overflow See other posts from Stack Overflow or by Ronnie Chester Lynwood
Published on 2010-04-13T14:42:21Z Indexed on 2010/04/13 14:52 UTC
Read the original article Hit count: 321

Filed under:
|
|

hello I need to know any way to delete duplicated items for specified sid on table.

how can I do this with SQL queries ?

DELETE (DUPLICATED TITLES) FROM table WHERE SID = "1"

something like this but i don't know true one :/ thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql