Advertisement

07.13.2007 at 07:13AM PDT, ID: 22694524
[x]
Attachment Details

modify a query to return total or count per branch.

Asked by jomfra in Oracle 7.x, Oracle Database, Oracle 3rd Party Tools

Tags: , ,

hello expert,

I have this query below,

I am attempting to return a total per branch but i am struck.

Below the query is result i getting

Could please modify the query so that a count is return per branch ( like breaking on branch

and showing the total user in that branch)

spool user.txt
column num1 format 9999999 heading "Branch"
set head on
break on report by org_code
compute sum of num1 on report
select
substr(org_code,1,12) num1
,user_id,user_name
from users where inhib_acc ='N'
and deleted is null
and org_code in ('01','02','03','05','06','04')
group by org_code,user_id,user_name



02     ANGPER         ANGELIA PERSAUD
03     AMAEZZ         AMALLIA EZZARD
 
Branch USER_ID        USER_NAME
------ -------------- -----------------------------------
03     ENGFLE         ENGLEBERT FLEMING
03     ERIJOH         ERIC JOHNSON
03     GLEMIN         GLENISS MINGO
03     MADWEB         MADONNA R WEBSTER
03     NEESIN         NEETU SINGH
03     TRIPER         TRICEA PERSAUD
03     WALSEE         WALTER P SEETRAM
04     JERSIN         JEREMY SINGH
04     KEVMAC         KEVIN IAN MACKLINGAM
04     SARBHI         SAROJNE BHIM
04     SHAMAH         SHAKUNTALA MAHASE
 
Branch USER_ID        USER_NAME
------ -------------- -----------------------------------
05     AMEJAG         AMEENA JAGNARAYAN
05     GUWJAI         GUWANTIE JAINARAIN
05     RAYRAM         RAYMOND RAMDATT
05     SEWRAG         SEWCHAN  RAGHUNANDAN
05     TAJSIV         TAJWATTIE SIVIRAM
06     RAMJAG         RAMESHWAR JAGERNAUTH
06     RANPER         RANA PERSAUD
06     ROSGAJ         ROSANNA GAJADAR
06     SUKBAC         SUKAISHANIE BACHAN


NOTE BECAUSE OF THE VOLUME OF INFO RETEURN I JUST INCLUDED A SUBSET OF THE USERS

FOR GUILDANACE

Start Free Trial
 
Loading Advertisement...
 
[+][-]07.13.2007 at 07:20AM PDT, ID: 19481114

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.13.2007 at 07:25AM PDT, ID: 19481153

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.13.2007 at 07:49AM PDT, ID: 19481358

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.13.2007 at 08:14AM PDT, ID: 19481622

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Oracle 7.x, Oracle Database, Oracle 3rd Party Tools
Tags: query, count, total
Sign Up Now!
Solution Provided By: sujit_kumar
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32