CrystalUser1
Programmer
Hi,
I have to create a database view in oracle 9i. The view should show the total counts.
The data should display like this:
criteria_name count
abc 100
xyz 209
aaa 100
the count is based on the criteria_name field.
along with those above fields, the view should also display the other fields. the other fields are:
dept,division,section,source_name
the final view should have the following fields:
criteria_name count dept division section source_name
can anybody guide me how to create this view having counts for each criteria name and also display other fields.
thanks
I have to create a database view in oracle 9i. The view should show the total counts.
The data should display like this:
criteria_name count
abc 100
xyz 209
aaa 100
the count is based on the criteria_name field.
along with those above fields, the view should also display the other fields. the other fields are:
dept,division,section,source_name
the final view should have the following fields:
criteria_name count dept division section source_name
can anybody guide me how to create this view having counts for each criteria name and also display other fields.
thanks