Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试获取我的 sqlite3 数据库的最后一行。谁能告诉我查询语法。
SELECT field FROM TABLE ORDER BY field DESC LIMIT 1
假设 order byDESC将您的最后一行放在首位
DESC