GroupAggregate (cost=185.70..185.72 rows=1 width=12) |
Group Key: p.project_status |
-> Sort (cost=185.70..185.70 rows=1 width=4) |
Sort Key: p.project_status |
-> Bitmap Heap Scan on tbl_projects p (cost=5.11..185.69 rows=1 width=4) |
Recheck Cond: (created_by = 1001) |
Filter: ((project_status <> 1) AND (bargain_date >= '2025-08-21'::date) AND (bargain_date <= '2025-08-21'::date)) |
-> Bitmap Index Scan on tbl_projects_created_by_idx (cost=0.00..5.11 rows=110 width=0) |
Index Cond: (created_by = 1001) |