select tm where a1=(select max(a1) from 表名)
select max(a1),tm from tb
SELECR * FROM TABLE ORDER BY a1 DESC LIMI 1;