oversæt Access SQL streng til MySQL
Er der en der kan hjælpe med at oversætte denne sætning, så den virker i mySQL:SELECT vessel.vId, vessel.Name, location.Longtitude, location.Latitude, location.Report FROM location INNER JOIN vessel ON location.vid=vessel.vid WHERE (((location.lid)=(SELECT TOP 1 lid FROM location WHERE (((vid)=vessel.vid)) ORDER BY location.report DESC;)));
