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