Quantcast
Viewing all articles
Browse latest Browse all 989

Finding the Longest Common Starting Substring Using SQL

How can I return a distinct list of the longest common sequences of characters at the start of a set of strings? For a given row, check whether any other rows start with the same character If there are, check there's any that match on the first two ...

Viewing all articles
Browse latest Browse all 989

Trending Articles