Only want to group the Response.Incidentid, and return Response.Responder_Type as well.
Here is the CODE:(IT DOESNOT WROK, if I group Response.Responder_Type as well, the result is not right)
SELECT Min(Incident_Event.Date_Time) AS ArriveTime, Response.Incidentid, Response.Responder_Type
FROM...