Aggregate (cost=329.70..329.71 rows=1 width=8) |
-> Seq Scan on tbl_cases (cost=0.00..329.69 rows=1 width=0) |
Filter: ((created_at >= '2025-01-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (case_type = 2) AND (case_status = 5) AND (client_id = 2815)) |