SELECT name, no FROM test WHERE no = (SELECT max(no) FROM test)

こうかな