Limit (cost=1299.89..1299.94 rows=20 width=693) |
-> Sort (cost=1299.89..1299.98 rows=36 width=693) |
Sort Key: a.id DESC |
-> Seq Scan on tbl_api_log a (cost=0.00..1298.96 rows=36 width=693) |
Filter: ((url ~~* '%v2/sales-contract%'::text) AND ("time" >= '2025-07-23 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-24 00:00:00'::timestamp without time zone)) |