| Result (cost=1.02..1.03 rows=1 width=1) |
| InitPlan 1 (returns $0) |
| -> Seq Scan on tbl_punch_overtimes (cost=0.00..1.02 rows=1 width=0) |
| Filter: ((overtime_start >= '2026-06-02 00:00:00+08'::timestamp with time zone) AND (overtime_start <= '2026-06-02 23:59:59+08'::timestamp with time zone) AND (created_by = 1001) AND (status = 1)) |