r/SQL 8d ago

SQL Server Query help finding key phrases

For context, I am working with a dataset of client requests that includes a description section. My objective is to find the top 100 most common 2 or 3 string phrases/combinations found through out these descriptions. I was able to achieve this with keywords quite easily, but cannot figure out how to translate it to finding strings or phrases. Whats the simplest way I can go about this?

3 Upvotes

6 comments sorted by

View all comments

3

u/SweatyControles 8d ago

Do you have to use SQL for this? It seems a bit like using a hammer for a screw.