GroupAggregate (cost=139.42..139.44 rows=1 width=12) |
Group Key: p.project_status |
-> Sort (cost=139.42..139.42 rows=1 width=4) |
Sort Key: p.project_status |
-> Bitmap Heap Scan on tbl_projects p (cost=5.05..139.41 rows=1 width=4) |
Recheck Cond: (created_by = 1001) |
Filter: ((project_status <> 1) AND (bargain_date >= '2025-07-16'::date) AND (bargain_date <= '2025-07-16'::date)) |
-> Bitmap Index Scan on tbl_projects_created_by_idx (cost=0.00..5.05 rows=103 width=0) |
Index Cond: (created_by = 1001) |