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 to defragment table indexes?
what is a transaction? : Sql server database administration
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
How to select some specific rows from a table in ms sql server?
What are the different types of triggers in SQL SERVER?
What are the new features of sql server 2008 r2 reporting service?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
How to populate a table in sql server?
How many partitions a clustered index has by default in sql server 2012?
What is the purpose of the model database?
Explain different types of locks in sql server.
How to generate random numbers with the rand() function in ms sql server?
What is a trigger and its types?
How do clustered indexes store data?
What is the difference between system objects and user objects?