SELECT * FROM tableName WHERE timeStart > (SELECT MAX(timeStart) + INTERVAL -1 SECOND FROM tableName) Ukázka SQLFiddle