| Aggregate (cost=71.41..71.42 rows=1 width=32) |
| -> Nested Loop Left Join (cost=68.75..71.39 rows=1 width=70) |
| Join Filter: (t.id = b.id) |
| -> Nested Loop Left Join (cost=68.75..70.15 rows=1 width=68) |
| Join Filter: (t_1.erp_bank_id = b.id) |
| -> Seq Scan on tbl_erp_banks b (cost=0.00..1.14 rows=1 width=4) |
| Filter: (erp_account_caption_id = 107) |
| -> HashAggregate (cost=68.75..68.85 rows=7 width=68) |
| Group Key: t_1.erp_bank_id |
| -> Seq Scan on tbl_erp_bank_amount_change_logs t_1 (cost=0.00..55.57 rows=1757 width=15) |
| -> Seq Scan on tbl_erp_banks t (cost=0.00..1.11 rows=11 width=10) |