SELECT Avtobusi.Garbr, Max(Avtobusi.Data_implem) AS MaxOfData_implemFROM Avtobusiwhere Avtobusi.Sloboden=true
GROUP BY Avtobusi.Garbr;