Difficult to explain but lets say I have a table with a column called NAME which contains both name and surname and also company names.
In order to eliminate company names I want to remove all rows if that field does not made out of 2 part string Name Surname (i.e. has more than 2 words in it)
Example of table colums:
ID - Name - Someothercolumns
The name may contain both first name and surname and/or sometimes company names like JT trading inc
Since person name contains 2 section (aaaa bbbbb) I was thinking using this logic to filter out from the deletion only person names instead of companies.