I\'m trying to fetch the last inserted row Id of a Sqlite DB in my PHP application. I\'m using Zend Framework\'s PDO Sqlite adapter for database handling. the lastInsertId()
SELECT * FROM [tablename] ORDER BY id DESC LIMIT 1