SQL for the fun of it: finding typing patterns in words (Part 2 of 3: using Model Clause)
Part 1Part 3 In my last post I solved the task of finding words that can be typed with alternating hands by using collections, match recognize, and analytics. I closed with the comment that I was confident MODEL could be used to solve it too; but at the time I wasn’t sure how to do…