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
Why truncate is ddl command?
Why SQL Agent is used?
Can you edit the .rdl code associated with a linked report?
What is the difference between insensitive and scroll cursor?
After removing a table from database, what other related objects have to be dropped explicitly?
Can we deploy SSRS reports on our personal website?
What are cursors stored procedures and triggers?
What is usually the first word in a sql query?
What is the command used to check locks in microsoft sql server?
How do users use Report Builder with SQL Server data sources?
How to create “dependant” parameter “make, model, year”
What is trace flag in sql server?
How you provide security to cube? : sql server analysis services, ssas
What do you mean by collation recursive stored procedure?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.