sql how to get latest value from column code example Example: get latest record in sql ex: SELECT TOP 1 * FROM [TABLENAME] ORDER BY id DESC