WebmasterA
Programmer
Hello,
I have a problem.
I have a table with identical row information.
I need to delete duplicates.
For exaple I have a table my_posts with data:
post_id post
1 first post
2 second post
2 second post
3 third post
I need it to be:
post_id post
1 first post
2 second post
3 third post
I cannot find the way to distinguish the rows.
Plase assist.
Thank you.
I have a problem.
I have a table with identical row information.
I need to delete duplicates.
For exaple I have a table my_posts with data:
post_id post
1 first post
2 second post
2 second post
3 third post
I need it to be:
post_id post
1 first post
2 second post
3 third post
I cannot find the way to distinguish the rows.
Plase assist.
Thank you.