in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • 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 has ' Select len ( string )- len ( replace ( string...
    Posted to Madhivanan (Weblog) by Madhivanan on Fri, Dec 21 2007
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems