Você pode usar a seguinte solução: SELECT * FROM table_name WHERE NOT ID IN ( SELECT MIN(ID) FROM table_name GROUP BY TICKETNO )