Database: Sql Server
I have table column named page_text which contains following value
” I Love stackoverflow.com because i can post questions and get
answers at any time. “
Using SQLQUERY i want to search the number of I it has . So in this string it would should return 4.
I should be able to search anything.
1 Answer