Hi,
I have been given the task of cleaning up a list of company data. Ive removed all the duplicates and done some tidy ups but I have an issue I cant work out.
The problem is that there are company names that are the same except for where this example occurs;
Companyname
Companynane Ltd
Both identities are the same, however I want to remove the identity without the Ltd on the end.
There are a 000's of records so i cant compare them individually.
Is there a way to do this using SQL?
Thanks in advance.
I have been given the task of cleaning up a list of company data. Ive removed all the duplicates and done some tidy ups but I have an issue I cant work out.
The problem is that there are company names that are the same except for where this example occurs;
Companyname
Companynane Ltd
Both identities are the same, however I want to remove the identity without the Ltd on the end.
There are a 000's of records so i cant compare them individually.
Is there a way to do this using SQL?
Thanks in advance.