| Sort (cost=1.28..1.28 rows=1 width=376) |
| Sort Key: serial_no DESC |
| -> Seq Scan on tbl_erp_bank_transfer_tickets (cost=0.00..1.27 rows=1 width=376) |
| Filter: ((created_at >= '2025-12-19 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-19 23:59:59+08'::timestamp with time zone) AND ((serial_no)::text ~~* '%ZKD-20251219-%'::text) AND (length((serial_no)::text) = 18)) |