| Sort (cost=422.28..422.30 rows=9 width=20) |
| Sort Key: tbl_departments."order" |
| -> Nested Loop Semi Join (cost=410.31..422.13 rows=9 width=20) |
| Join Filter: (tbl_departments.id = tbl_users.department_id) |
| -> Seq Scan on tbl_departments (cost=0.00..1.09 rows=9 width=16) |
| -> Materialize (cost=410.31..418.89 rows=84 width=4) |
| -> Seq Scan on tbl_users (cost=410.31..418.47 rows=84 width=4) |
| Filter: ((user_status = '1'::type_global_user_status) OR (hashed SubPlan 1)) |
| SubPlan 1 |
| -> Seq Scan on tbl_reimbursement_verify_rels (cost=0.00..410.29 rows=9 width=4) |
| Filter: (reimbursement_id = 9020) |