Aggregate (cost=1108.86..1108.87 rows=1 width=8) |
-> Seq Scan on tbl_api_log a (cost=0.00..1108.69 rows=65 width=0) |
Filter: ((url ~~* '%approve%'::text) AND ("time" >= '2025-07-22 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-24 00:00:00'::timestamp without time zone)) |