Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Counting occurance of a character within a Column Value

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-03 : 08:53:35
PM writes "How can we count an occurance of a character within a Column value in SQL store procedure.
For example if a column contains 'abc,hsdgjhd,jdsfgf,jhsa'
and the character , needs to be counted, it should return 3 as result"
   

- Advertisement -