Skip to content
Advertisement

Tag: word

Find the count of words in string

SQL: How to find the count of words in following example? Subquestions: How to count spaces? How to count double/triple/… spaces as one? answer by Gordon Linoff here How to avoid counting of special characters? Example: ‘Please , don’t count this comma’ Is it possible without string_split function (because it’s available only since SQL SERVER 2016)? Summary with the best

Advertisement