QUERY PLAN
Sort (cost=309.72..309.72 rows=1 width=165)
Sort Key: id DESC
-> Seq Scan on tbl_cases (cost=0.00..309.71 rows=1 width=165)
Filter: ((created_at >= '2026-06-02 00:00:00+08'::timestamp with time zone) AND (created_at < '2026-06-03 00:00:00+08'::timestamp with time zone))