SQL for character count
808794Jul 7 2012 — edited Jul 8 2012Hi,
This is a general question in SQL. How can we count the characters in a string.
For example, in the string "Sunday is holiday",I want to know how many A's,How many B's,How many C's,......,How many Z's, are present.
Thanks in advance.