GroupAggregate (cost=235.21..235.23 rows=1 width=12) |
Group Key: p.project_status |
-> Sort (cost=235.21..235.22 rows=1 width=4) |
Sort Key: p.project_status |
-> Bitmap Heap Scan on tbl_projects p (cost=9.23..235.20 rows=1 width=4) |
Recheck Cond: (created_by = 5087) |
Filter: ((project_status <> 1) AND (bargain_date >= '2025-08-04'::date) AND (bargain_date <= '2025-08-04'::date)) |
-> Bitmap Index Scan on tbl_projects_created_by_idx (cost=0.00..9.23 rows=127 width=0) |
Index Cond: (created_by = 5087) |