| Unique (cost=19.71..19.74 rows=6 width=4) |
| -> Sort (cost=19.71..19.72 rows=6 width=4) |
| Sort Key: s.created_by |
| -> Hash Join (cost=7.75..19.63 rows=6 width=4) |
| Hash Cond: (s.id = ccr.punch_repair_id) |
| -> Seq Scan on tbl_punch_repairs s (cost=0.00..9.58 rows=358 width=8) |
| -> Hash (cost=7.67..7.67 rows=6 width=4) |
| -> Seq Scan on tbl_punch_repair_carbon_copy_rels ccr (cost=0.00..7.67 rows=6 width=4) |
| Filter: (user_id = 1001) |