Connecting Tech Pros Worldwide Forums | Help | Site Map

group by total breaks in sqlplus

Newbie
 
Join Date: Sep 2008
Posts: 1
#1: Sep 24 '08
How can I add a percentage (one column divided by another) to a group by total in Oracle sqlplus?

Familiar Sight
 
Join Date: Feb 2007
Location: Calgary AB Canada
Posts: 153
#2: Sep 25 '08

re: group by total breaks in sqlplus


well if your grouping by a "total" field then you have to sum up the fields you are dividing and then divide them. I must be misunderstanding your question... it seems fairly straight forward.
Reply