I don't know where to begin with this one. I want to query a table that contains a list of 1000's of user names. I would like the query results to show me a list of user names that are grouped by similarity. By similarity I mean user names that differ only by one or two characters usually at the begining or end of the user name or those user names where the only difference is a single space somewhere in the name.
Here is a sample of parrt of what the results whould look like:
...
joeblack
joe black
kevin
kevin10
kevin 10
...
However if a user name is not similar to any other user names it would not be included in the result set.
Does anyone have any suggestions or examples for me.
Thanks in advance.
Here is a sample of parrt of what the results whould look like:
...
joeblack
joe black
kevin
kevin10
kevin 10
...
However if a user name is not similar to any other user names it would not be included in the result set.
Does anyone have any suggestions or examples for me.
Thanks in advance.