QUERY PLAN
Hash Semi Join (cost=1.24..9.12 rows=5 width=267)
Hash Cond: (tbl_users.id = tbl_erp_other_income_ticket_handlers.user_id)
-> Seq Scan on tbl_users (cost=0.00..7.44 rows=144 width=267)
-> Hash (cost=1.18..1.18 rows=5 width=4)
-> Seq Scan on tbl_erp_other_income_ticket_handlers (cost=0.00..1.18 rows=5 width=4)
Filter: (erp_other_income_ticket_id = 39)