I have a table single_post which looks something like below
id | for_post
0 50
1 50
2 100
3 75
How to delete every entry on which for_post value exist only once ?. Which means after executing the query, the last two entries will be removed because for_post exist only once.
I didn't try anything yet because I have no idea what to try. Thanks in advance