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!

Percent Function?

user561559Jul 6 2007 — edited Jul 9 2007
Is there a built in Percent Fuction to calculate percentages for this query:

select null link, movie_category label, count(movie_category) value
from all_movies
where movie_category IN ('Action', 'Comedy')
group by movie_category;

Thanks,
Romi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 6 2007
Added on Jul 6 2007
17 comments
19,005 views