| Unique (cost=19.73..19.76 rows=6 width=4) |
| -> Sort (cost=19.73..19.75 rows=6 width=4) |
| Sort Key: s.created_by |
| -> Hash Join (cost=7.76..19.66 rows=6 width=4) |
| Hash Cond: (s.id = ccr.punch_repair_id) |
| -> Seq Scan on tbl_punch_repairs s (cost=0.00..9.59 rows=359 width=8) |
| -> Hash (cost=7.69..7.69 rows=6 width=4) |
| -> Seq Scan on tbl_punch_repair_carbon_copy_rels ccr (cost=0.00..7.69 rows=6 width=4) |
| Filter: (user_id = 1001) |