SELECT ID, ProduktID, FöretagID, MIN(Pris) AS Pris FROM table GROUP BY FöretagID ORDER BY Pris ASC WHERE ProduktID = 1