SQL select max id from table

Updated: 22th December 2019
Tags: sql

SELECT MAX(id) FROM my_table;