QUERY PLAN
Aggregate (cost=55.66..55.66 rows=1 width=32)
-> Seq Scan on tbl_erp_sales_orders t (cost=0.00..55.62 rows=11 width=6)
Filter: ((created_at >= '2025-08-08 14:34:58+08'::timestamp with time zone) AND (status = 2))