QUERY PLAN
Aggregate (cost=1.53..1.54 rows=1 width=8)
-> Seq Scan on tbl_punch_travels (cost=0.00..1.52 rows=1 width=0)
Filter: ((travel_start <= '2025-03-17'::date) AND (travel_end >= '2025-03-17'::date) AND (created_by = 1000))