Select * from table where id max id July 8, 2019 16 32 64 128 Select * from table Select * from table where id = max Select * from table where id = (select max(id) from table) Select * from table where max(id)