Aggregate (cost=1380.40..1380.41 rows=1 width=8) |
-> Seq Scan on tbl_api_log a (cost=0.00..1380.40 rows=1 width=0) |
Filter: ((url ~~* '%get-verify-users%'::text) AND (response ~~* '%is\_system%'::text) AND ("time" >= '2025-07-24 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-25 00:00:00'::timestamp without time zone)) |