I have a table of around 3 million records in my database and I want to delete all words that have less than 3 characters.
Example:
Cheap food in Spain
Because of my database
I want to delete "in", "of", "my", etc....
Expected result:
Cheap food Spain
Because database
Please help
Thanks!