Limit (cost=128.43..128.43 rows=1 width=971) |
-> Sort (cost=128.43..128.43 rows=1 width=971) |
Sort Key: a.id DESC |
-> Seq Scan on tbl_api_log a (cost=0.00..128.42 rows=1 width=971) |
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-09-23 00:00:00'::timestamp without time zone) AND ("time" < '2025-09-23 23:56:00'::timestamp without time zone)) |