| HashAggregate (cost=11.06..11.16 rows=10 width=4) |
| Group Key: s.created_by |
| -> Hash Join (cost=5.01..11.04 rows=10 width=4) |
| Hash Cond: (s.id = ccr.punch_leave_id) |
| -> Seq Scan on tbl_punch_leaves s (cost=0.00..4.67 rows=167 width=8) |
| -> Hash (cost=4.89..4.89 rows=10 width=4) |
| -> Seq Scan on tbl_punch_leave_carbon_copy_rels ccr (cost=0.00..4.89 rows=10 width=4) |
| Filter: (user_id = 1001) |