| Unique (cost=2.85..2.85 rows=1 width=4) |
| -> Sort (cost=2.85..2.85 rows=1 width=4) |
| Sort Key: s.created_by |
| -> Hash Join (cost=1.40..2.84 rows=1 width=4) |
| Hash Cond: (s.id = ccr.punch_travel_id) |
| -> Seq Scan on tbl_punch_travels s (cost=0.00..1.31 rows=31 width=8) |
| -> Hash (cost=1.39..1.39 rows=1 width=4) |
| -> Seq Scan on tbl_punch_travel_verify_rels ccr (cost=0.00..1.39 rows=1 width=4) |
| Filter: (user_id = 1000) |