SQL Server 2008 update one column with a value based on number words in other

Posted by MicMit on Stack Overflow See other posts from Stack Overflow or by MicMit
Published on 2010-05-05T02:06:21Z Indexed on 2010/05/05 2:28 UTC
Read the original article Hit count: 235

Filed under:
|

Columns Words, WordsCount

For each value of Words "x y z" update wordscount with 3 , "a b" with 2, "a b c d" with 4 and etc...

How can I do it with/without .Net program ?

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about .NET