QUERY PLAN
Sort (cost=379.60..379.61 rows=3 width=113)
Sort Key: scpcrd.remind_date DESC
-> Nested Loop (cost=118.72..379.57 rows=3 width=113)
-> Seq Scan on tbl_sales_contract_payment_collection_remind_dates scpcrd (cost=0.00..34.86 rows=1 width=41)
Filter: (contract_id = 4253)
-> Group (cost=118.72..118.74 rows=3 width=1123)
Group Key: sc.id, (sum("*SELECT* 1".amount))
-> Sort (cost=118.72..118.73 rows=3 width=36)
Sort Key: (sum("*SELECT* 1".amount))
-> Nested Loop Left Join (cost=0.56..118.70 rows=3 width=36)
Join Filter: ("*SELECT* 1".contract_id = sc.id)
-> Index Only Scan using tbl_sales_contracts_pkey on tbl_sales_contracts sc (cost=0.28..8.29 rows=1 width=4)
Index Cond: (id = 4253)
-> GroupAggregate (cost=0.28..110.35 rows=3 width=36)
Group Key: "*SELECT* 1".contract_id
-> Append (cost=0.28..110.30 rows=3 width=27)
-> Subquery Scan on "*SELECT* 1" (cost=0.28..48.28 rows=1 width=10)
-> Nested Loop (cost=0.28..48.27 rows=1 width=98)
-> Seq Scan on tbl_erp_collect_ticket_settles r (cost=0.00..39.96 rows=1 width=14)
Filter: ((sales_contract_id IS NOT NULL) AND (sales_contract_id = 4253))
-> Index Scan using tbl_erp_collect_tickets_pkey on tbl_erp_collect_tickets t (cost=0.28..8.30 rows=1 width=4)
Index Cond: (id = r.erp_collect_ticket_id)
Filter: (status = ANY ('{2,5}'::integer[]))
-> Subquery Scan on "*SELECT* 2" (cost=0.28..9.33 rows=1 width=36)
-> Nested Loop (cost=0.28..9.32 rows=1 width=124)
-> Seq Scan on tbl_erp_cash_cost_ticket_sales_contract_settles r_1 (cost=0.00..1.01 rows=1 width=40)
Filter: ((sales_contract_id IS NOT NULL) AND (sales_contract_id = 4253))
-> Index Scan using tbl_erp_cash_cost_tickets_pkey on tbl_erp_cash_cost_tickets t_1 (cost=0.28..8.30 rows=1 width=4)
Index Cond: (id = r_1.erp_cash_cost_ticket_id)
Filter: (is_payment_settle AND (status = ANY ('{2,5}'::integer[])))
-> Subquery Scan on "*SELECT* 3" (cost=0.28..52.69 rows=1 width=36)
-> Nested Loop (cost=0.28..52.68 rows=1 width=124)
-> Seq Scan on tbl_erp_payment_ticket_settles r_2 (cost=0.00..44.38 rows=1 width=14)
Filter: ((sales_contract_id IS NOT NULL) AND (sales_contract_id = 4253))
-> Index Scan using tbl_erp_payment_tickets_pkey on tbl_erp_payment_tickets t_2 (cost=0.28..8.30 rows=1 width=4)
Index Cond: (id = r_2.erp_payment_ticket_id)
Filter: (is_payment_settle AND (status = ANY ('{2,5}'::integer[])))
SubPlan 1
-> Aggregate (cost=37.64..37.65 rows=1 width=32)
-> Seq Scan on tbl_sales_contract_payment_collection_remind_dates scpcrdsub (cost=0.00..37.63 rows=1 width=6)
Filter: ((remind_date <= scpcrd.remind_date) AND (contract_id = scpcrd.contract_id))
SubPlan 2
-> Aggregate (cost=37.64..37.65 rows=1 width=32)
-> Seq Scan on tbl_sales_contract_payment_collection_remind_dates scpcrdsub_1 (cost=0.00..37.63 rows=1 width=6)
Filter: ((remind_date <= scpcrd.remind_date) AND (contract_id = scpcrd.contract_id))