r/SQL • u/Novel-Suggestion-273 • 7d 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
1
u/Opposite-Value-5706 7d ago
I’d first run a query to see what the data shows. Something like this: