Aggregate (cost=6111.48..6111.49 rows=1 width=8) |
-> Seq Scan on tbl_api_log a (cost=0.00..6111.48 rows=1 width=0) |
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-09-20 00:00:00'::timestamp without time zone) AND ("time" < '2025-09-22 00:00:00'::timestamp without time zone)) |