| Append (cost=0.00..8.56 rows=2 width=109) |
| -> Seq Scan on tbl_erp_other_payment_tickets (cost=0.00..3.89 rows=1 width=110) |
| Filter: ((status = 2) AND (client_id = 2150) AND ((amount - all_settle_amount) > '0'::numeric)) |
| -> Seq Scan on tbl_erp_cost_tickets (cost=0.00..4.65 rows=1 width=108) |
| Filter: ((status = 2) AND (client_id = 2150) AND ((amount - all_settle_amount) > '0'::numeric)) |