| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: Select query for sum of hours
> SELECT note,SUM(hours)FROM WW_REC_1
> where trans_date between
> last_DAY(ADD_MONTHS(SYSDATE, -2))+1
> and LAST_DAY(ADD_MONTHS(SYSDATE,-1))
> GROUP BY NOTE
>
> This is the returned data:
>
> "NOTE", "SUM(HOURS)"
>
> "ACT", -330864.75
> "CHG", -165.25
> "EXT", 331108.5
> "INT", 45
>
> I need to add together the sum of hours for specified data in the note
> field. So in this case I want to add together the sum of hours for
> 'ACT' and 'CHG'. I also need to add together the sum of hours for
> 'EXT' and 'INT'.
![]() |
![]() |