SQL Server 2008 update one column with a value based on number words in other
- by MicMit
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 ?