Removing repeated terms - please help...

A

almurph

Hi,

I have a row of soundex words of the form:

soundexA soundexB soundexC soundexD etc

I want to parse the field and remove any repeated terms. Can anyone
help me please? I want to use the most efficient/fastest method
possible as I have a column with several thousand of such rows to go
through etc...
Any suggestions/comments/code-samples/ideas much appreciated...

Thank you,
Al.
 
J

jg

fastest? in terms of coding, sort and compare next in memory assuming you
have enough RAM
failing that, use dictionary ( a lot more overhead)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top