This is my table like result. i want to delete all duplicate data from rows. how can i do it using mysql?
Asked
Active
Viewed 39 times
1

Mahedi Hasan Durjoy
- 1,031
- 13
- 17
-
1This answers your question: https://stackoverflow.com/a/3312066/4132369 – Schwesi Nov 05 '17 at 16:20
-
3Possible duplicate of [Remove duplicate rows in MySQL](https://stackoverflow.com/questions/3311903/remove-duplicate-rows-in-mysql) – Rohit Kumar Nov 05 '17 at 16:20
-
**Please provide the query that created that result.** ADD it into the question i.e. [edit it](https://stackoverflow.com/posts/47123801/edit) (do not use a comment for this) – Paul Maxwell Nov 05 '17 at 23:20
-
Observation: The author states *"table like result"* and whilst there is mention of "delete" it it equally possible that all that is needed is **SELECT DISTINCT** – Paul Maxwell Nov 05 '17 at 23:24