QUERY PLAN
Aggregate (cost=5170.89..5170.90 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..5170.89 rows=1 width=0)
Filter: (("time" >= '2025-07-05 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-06 00:00:00'::timestamp without time zone))