select n1,n2
from  table_1
where table_1 = (select max(n1) from table_1)
group by n1,n2;