| HashAggregate (cost=362.33..362.43 rows=10 width=4) |
| Group Key: client.sales_rep |
| -> Hash Left Join (cost=158.83..360.67 rows=664 width=4) |
| Hash Cond: (p.client_id = client.id) |
| -> Hash Join (cost=23.54..223.64 rows=664 width=4) |
| Hash Cond: (p.id = prr.project_id) |
| -> Seq Scan on tbl_projects p (cost=0.00..177.64 rows=3164 width=8) |
| -> Hash (cost=15.24..15.24 rows=664 width=4) |
| -> Seq Scan on tbl_project_remind_receivers prr (cost=0.00..15.24 rows=664 width=4) |
| Filter: (user_id = 1001) |
| -> Hash (cost=110.13..110.13 rows=2013 width=8) |
| -> Seq Scan on tbl_clients client (cost=0.00..110.13 rows=2013 width=8) |