QUERY PLAN
Hash Join (cost=94.00..101.94 rows=1 width=12)
Hash Cond: (u.id = r.user_id)
-> Seq Scan on tbl_users u (cost=0.00..7.74 rows=30 width=4)
Filter: (user_status = '1'::type_global_user_status)
-> Hash (cost=93.96..93.96 rows=3 width=12)
-> Seq Scan on tbl_approve_carbon_copy_rels r (cost=0.00..93.96 rows=3 width=12)
Filter: (approve_id = 1745)