| HashAggregate (cost=362.45..362.54 rows=9 width=4) |
| Group Key: client.sales_rep |
| -> Hash Left Join (cost=157.62..360.78 rows=668 width=4) |
| Hash Cond: (p.client_id = client.id) |
| -> Hash Join (cost=23.66..225.07 rows=668 width=4) |
| Hash Cond: (p.id = prr.project_id) |
| -> Seq Scan on tbl_projects p (cost=0.00..178.82 rows=3182 width=8) |
| -> Hash (cost=15.31..15.31 rows=668 width=4) |
| -> Seq Scan on tbl_project_remind_receivers prr (cost=0.00..15.31 rows=668 width=4) |
| Filter: (user_id = 1001) |
| -> Hash (cost=108.98..108.98 rows=1998 width=8) |
| -> Seq Scan on tbl_clients client (cost=0.00..108.98 rows=1998 width=8) |