Sort (cost=44.35..44.36 rows=2 width=28) |
Sort Key: r.id |
-> Hash Join (cost=8.11..44.34 rows=2 width=28) |
Hash Cond: (r.user_id = u.id) |
-> Seq Scan on tbl_approve_verify_rels r (cost=0.00..36.21 rows=7 width=28) |
Filter: (approve_id = 1746) |
-> Hash (cost=7.74..7.74 rows=30 width=4) |
-> Seq Scan on tbl_users u (cost=0.00..7.74 rows=30 width=4) |
Filter: (user_status = '1'::type_global_user_status) |