i have table with only one field ex: title (varchar:255) and set as FULLTEXT index
I want to delete record that contain Only One word
Record
- Oneword
- two word
- Three word count
- this is contain four word
- removethis
Desired Result after remove
- two word
- Three word count
- this is contain four word
Thank you