Mike,
If I got your results formatted correctly there are a couple of issues.
The column you want to sum is EEUN to get the results of 37.50. You want to remove the sum of PLBHRS. Column PLBPTP is not unique so you will get one record for each value in this column. I don't see this column in your desired output though so maybe it should be dropped.
HTH,
Rick
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Smith, Mike
Sent: Wednesday, September 09, 2009 6:50 AM
To: Midrange Systems Technical Discussion
Subject: Help with SQL statement
I have the following SQL statement.
SELECT eeun, eedpt, plbemp, eenam, plbbg1, sum(plbhrs), plbptp FROM PRLBH, EEMP
WHERE PLBEMP = EEENO and PLBPTP in('CO','OH', '6D','7D','OG') and
EETDT = 0 and
EEDPT in (select PRDPT from PROVRDPT00 where PRNAME = 'BRANDTNS') and
PLBEDT
= 20090731
GROUP BY PLBEMP,EENAM ,EEDPT, EEUN, PLBBG1 ,plbptp
ORDER BY EEDPT,PLBEMP
That produces results like this
Eedpt plbemp eenam
plbbg1 eeun sum(plbhrs) PLBPTP
091 165 SMITH MICHAEL A 091
Y 16.00 470.00 OH
091 165 SMITH MICHAEL A 091
Y 5.50 470.00 6D
091 165 SMITH MICHAEL A 091
Y 16.00 470.00 6C
I get 3 records because there are three different values of PLBPTP
I can't get my grouping to work so that I get 1 record that looks like this
091 165 SMITH, MICHAEL A 091 Y
37.50 470.00
Can you suggest a way to make this work?
Thanks
Mike
NOTICE: This message, including any attachment, is intended as a confidential and privileged communication. If you have received this message in error, or are not the named recipient(s), please immediately notify the sender and delete this message.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
Privileged and Confidential. This e-mail, and any attachments there to, is intended only for use by the addressee(s) named herein and may contain privileged or confidential information. If you have received this e-mail in error, please notify me immediately by a return e-mail and delete this e-mail. You are hereby notified that any dissemination, distribution or copying of this e-mail and/or any attachments thereto, is strictly prohibited.
As an Amazon Associate we earn from qualifying purchases.