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