QUERY PLAN
Aggregate (cost=3628.04..3628.05 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..3628.03 rows=1 width=0)
Filter: (("time" >= '2025-06-25 00:00:00'::timestamp without time zone) AND ("time" < '2025-06-26 00:00:00'::timestamp without time zone))