Limit (cost=3401.21..3401.22 rows=1 width=837) |
-> Sort (cost=3401.21..3401.22 rows=1 width=837) |
Sort Key: a.id DESC |
-> Seq Scan on tbl_api_log a (cost=0.00..3401.20 rows=1 width=837) |
Filter: ((url ~~* '%v2/user/get-menu%'::text) AND ("time" >= '2025-09-14 00:00:00'::timestamp without time zone) AND ("time" < '2025-09-15 00:00:00'::timestamp without time zone)) |