| Sort (cost=2.55..2.55 rows=1 width=272) |
| Sort Key: t.settle_at |
| -> Append (cost=0.00..2.54 rows=1 width=272) |
| -> Nested Loop (cost=0.00..2.53 rows=1 width=272) |
| -> Seq Scan on tbl_erp_wage_tickets r (cost=0.00..1.21 rows=1 width=140) |
| Filter: ((status = ANY ('{2,6}'::integer[])) AND (id = 14)) |
| -> Seq Scan on tbl_erp_wage_ticket_bank_outs t (cost=0.00..1.30 rows=1 width=48) |
| Filter: ((id IS NOT NULL) AND (erp_wage_ticket_id = 14) AND (erp_wage_ticket_settle_id = 21)) |