SQL for the fun of it: finding typing patterns in words (Part 3 of 3)
Part 1Part 2 I’ve continued to enjoy this little puzzle and trying to find different ways of solving it. I’ve used the CONNECT BY clause to unpivot words into lists of letters but in this article I’ll show a more direct recursion on the word and then wrap up the series with the smallest and…