How to get Last record from Sqlite? December 15, 2022 by Tarik I think the top answer is a bit verbose, just use this SELECT * FROM table ORDER BY column DESC LIMIT 1;