QUERY PLAN
GroupAggregate (cost=244.23..244.27 rows=2 width=36)
Group Key: work_log_id
-> Sort (cost=244.23..244.23 rows=2 width=9)
Sort Key: work_log_id
-> Seq Scan on tbl_reimbursements (cost=0.00..244.22 rows=2 width=9)
Filter: ((status <> 4) AND (status <> 0) AND (work_log_id = ANY ('{32301,18781}'::integer[])))