Mysql – SQL summing with WHERE condition based on distinct values
I have the following table, lets call this table_a: Zone vehicle_name vehicle_status A BusA1 Start A BusA2 Start A BusA3 Stopped B BoatB1 Ready B BoatB2 Stopped B BoatB3 Start C CarC1 Ready C CarC2 Ready C CarC3 Stopped I…