|
I have the following SQL statement.and
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')
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
thisconfidential and privileged communication. If you have received 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
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.