Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to count characters in string

789305Aug 30 2010 — edited Aug 30 2010
i have a string like
a,a,b,b,s,a,a,b,ba

requried out put is
count(a)=5
and count(b)=4
count(,)=8


thanks &regards
nataraj kesana
This post has been answered by NSK2KSN on Aug 30 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 27 2010
Added on Aug 30 2010
3 comments
38,445 views