| Aggregate (cost=80.89..80.90 rows=1 width=32) |
| -> Hash Join (cost=6.86..80.41 rows=189 width=6) |
| Hash Cond: (t.id = r.erp_collect_ticket_id) |
| -> Seq Scan on tbl_erp_collect_tickets t (cost=0.00..63.45 rows=2189 width=4) |
| Filter: (status = ANY ('{2,5}'::integer[])) |
| -> Hash (cost=4.49..4.49 rows=190 width=10) |
| -> Seq Scan on tbl_erp_collect_ticket_bank_ins r (cost=0.00..4.49 rows=190 width=10) |
| Filter: (erp_bank_id = 1) |