| Sort (cost=432.29..432.31 rows=9 width=156) |
| Sort Key: tbl_departments."order" |
| -> Nested Loop Semi Join (cost=411.32..432.14 rows=9 width=156) |
| Join Filter: (tbl_departments.id = tbl_users.department_id) |
| -> Seq Scan on tbl_departments (cost=0.00..1.09 rows=9 width=152) |
| -> Materialize (cost=411.32..428.90 rows=84 width=4) |
| -> Seq Scan on tbl_users (cost=411.32..428.48 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..411.31 rows=3 width=4) |
| Filter: (reimbursement_id = 9021) |