Friday, 19 October 2012

how to find occurance of a char in a string in asp.net c#

select len('HELLO') - len(replace('HELLO','L',''))
SELECT replace('HELLO','L','')
 

No comments:

Post a Comment