How can i count project status by change/update made
问题 I want to count status change by id from to I have a mysql status table which has a name with pre implementation, implementation and operations states. a project contains project id, name, start date fields. both status and projects have a many to many relationship called project_status table contains project_id, status_id, date_of_progress. so i want to count all projects within this month who has update/change their status_id from pre-implementation to implementations from implementations