How can count the string ?
for ex: If i have string like 'bhaskar' then i need like
b:1
h:1
a:2
s:1
k:1
r:1
please give any idea on that
Answer Posted / debasish
the good away to count is convert it to a arry and the
count the array element.. you can do as you like with array.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can a database be repaired?
can any body tell me how to know the password of current user in sql server
Differentiate between SQL and ORACLE joins and write their syntax.
how to overcome kernel isssues
Explain what are various ways to enhance the ssrs report?
What is function of master database?
What is a system database and what is a user database?
What is forward - only cursors / read only cursor?
What is the difference between locking and multi-versioning?
What is the difference between clustered and non-clustered indexes in ms sql server?
What is the difference between nvl and nvl2?
Explain throw statement in sql server 2008?
What do you understand by mirroring?
how you can get the list of largest tables in a database? : Sql server administration
Explain primary key and foreign key constraints?