Sort (cost=1.21..1.22 rows=1 width=170) |
Sort Key: serial_no DESC |
-> Seq Scan on tbl_erp_profit_distributes (cost=0.00..1.20 rows=1 width=170) |
Filter: ((created_at >= '2025-09-15 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-09-15 23:59:59+08'::timestamp with time zone) AND ((serial_no)::text ~~* '%XSYJFTD-20250915-%'::text) AND (length((serial_no)::text) = 22)) |