Hello Everyone,
I have a table 'employee' with 3 columns, EMPNO, HRS_WRKD, PAYCODE_NAME
I run the following query to get totals on worked paycode
select EMPNO, sum(HRS_WRKD), PAYCODE_NAME
I get the following result
EMPNO HRS_WRKD PAYCODE_NAME
1234 32