i have data od forllowing formate and want to store and process and again store in table
record
Name count
smith 1
smith 2
alen 2
alen 1
smith 2
and so on. i would like to store that in collection pl/sql table ( type)
and wants out put in follwing maner again store in pl/sql table
name total count
smith 5 (i.e 1+2+2)
alen 3 (i.e 1+2)
i would like to it in plsql loop for larger data .so can any one help with that
I would really appreciate it.
record
Name count
smith 1
smith 2
alen 2
alen 1
smith 2
and so on. i would like to store that in collection pl/sql table ( type)
and wants out put in follwing maner again store in pl/sql table
name total count
smith 5 (i.e 1+2+2)
alen 3 (i.e 1+2)
i would like to it in plsql loop for larger data .so can any one help with that
I would really appreciate it.