Aggregate (cost=5206.81..5206.82 rows=1 width=8) |
-> Seq Scan on tbl_api_log a (cost=0.00..5206.49 rows=124 width=0) |
Filter: ((url ~~* '%v2/task%'::text) AND ("time" >= '2025-07-01 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-03 00:00:00'::timestamp without time zone)) |