| Aggregate (cost=5.55..5.56 rows=1 width=32) |
| -> Append (cost=0.00..5.53 rows=6 width=22) |
| -> Subquery Scan on "*SELECT* 1" (cost=0.00..1.21 rows=2 width=3) |
| -> Seq Scan on tbl_erp_wage_tickets r (cost=0.00..1.19 rows=2 width=11) |
| Filter: ((created_at >= '2025-12-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |
| -> Subquery Scan on "*SELECT* 2" (cost=0.00..1.11 rows=1 width=32) |
| -> Seq Scan on tbl_erp_social_insurances r_1 (cost=0.00..1.10 rows=1 width=40) |
| Filter: ((created_at >= '2025-12-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |
| -> Subquery Scan on "*SELECT* 3" (cost=0.00..1.06 rows=1 width=32) |
| -> Seq Scan on tbl_erp_provident_funds r_2 (cost=0.00..1.05 rows=1 width=40) |
| Filter: ((created_at >= '2025-12-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |
| -> Subquery Scan on "*SELECT* 4" (cost=0.00..1.08 rows=1 width=32) |
| -> Seq Scan on tbl_erp_personal_taxs r_3 (cost=0.00..1.07 rows=1 width=40) |
| Filter: ((created_at >= '2025-12-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |
| -> Subquery Scan on "*SELECT* 5" (cost=0.00..1.06 rows=1 width=32) |
| -> Seq Scan on tbl_erp_wage_prizes r_4 (cost=0.00..1.05 rows=1 width=40) |
| Filter: ((created_at >= '2025-12-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |