Mysql – How to select the start date and end date based on consecutive occurrence in rows
I am using MySQL and facing a question. I want to count the consecutive occurrence of type based on each ID and select out only the IDs with more than 3 times of error-type. Additionaly, based on the above result,…