Browse by Tags

All Tags » Count words » T-sql (RSS)

Count number of words in a string

Tony Rogerson in his weblog posted about Counting the number of words in a string Here are two more methods 1 Using the method I posted already about Squeeze Function to remove multiple spaces Declare @s varchar ( 100 ) set @s = ' See how many words this...
Posted by Madhivanan | 1 comment(s)