| Sort (cost=14.06..14.07 rows=1 width=410) |
| Sort Key: serial_no DESC |
| -> Seq Scan on tbl_erp_payment_tickets (cost=0.00..14.05 rows=1 width=410) |
| Filter: ((created_at >= '2026-06-02 00:00:00+08'::timestamp with time zone) AND (created_at <= '2026-06-02 23:59:59+08'::timestamp with time zone) AND ((serial_no)::text ~~* '%FKD-20260602-%'::text) AND (length((serial_no)::text) = 18)) |