| GroupAggregate (cost=450.48..450.52 rows=2 width=36) |
| Group Key: work_log_id |
| -> Sort (cost=450.48..450.49 rows=2 width=9) |
| Sort Key: work_log_id |
| -> Seq Scan on tbl_reimbursements (cost=0.00..450.47 rows=2 width=9) |
| Filter: ((work_log_id = ANY ('{38906,38865}'::integer[])) AND (status = ANY ('{0,1,2,3}'::integer[]))) |