| HashAggregate (cost=22.36..22.64 rows=28 width=4) |
| Group Key: s.created_by |
| -> Hash Join (cost=14.08..22.00 rows=143 width=4) |
| Hash Cond: (ccr.punch_repair_id = s.id) |
| -> Seq Scan on tbl_punch_repair_verify_rels ccr (cost=0.00..7.55 rows=143 width=4) |
| Filter: (user_id = 1001) |
| -> Hash (cost=9.59..9.59 rows=359 width=8) |
| -> Seq Scan on tbl_punch_repairs s (cost=0.00..9.59 rows=359 width=8) |