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
DESCによる順序付けで最後の行が最初に配置されると仮定します
DESC