| HashAggregate (cost=262.75..263.07 rows=32 width=4) |
| Group Key: s.created_by |
| -> Hash Join (cost=192.95..258.24 rows=1804 width=4) |
| Hash Cond: (ccr.approve_id = s.id) |
| -> Seq Scan on tbl_approve_verify_rels ccr (cost=0.00..60.54 rows=1804 width=4) |
| Filter: (user_id = 1001) |
| -> Hash (cost=159.09..159.09 rows=2709 width=8) |
| -> Seq Scan on tbl_approves s (cost=0.00..159.09 rows=2709 width=8) |