| Hash Join (cost=6.16..10.09 rows=1 width=55) |
| Hash Cond: (esgps.erp_sales_gift_id = esgs.id) |
| -> Seq Scan on tbl_erp_sales_gift_products esgps (cost=0.00..3.52 rows=152 width=55) |
| -> Hash (cost=6.15..6.15 rows=1 width=4) |
| -> Seq Scan on tbl_erp_sales_gifts esgs (cost=0.00..6.15 rows=1 width=4) |
| Filter: (project_id = 4174) |