删除android表中的最后一行
我的问题很简单。我有一个表,有 x 行,每行都有一个 id,但我不知道有多少行。现在我想出于某种原因删除表格的最后一行...在android中有没有一种简单的方法可以做到这一点?我一直在尝试在我的where子句中使用last_insert_rowid...但到目前为止没有运气... 有想法用 android 的 sqlite 数据库工具来做到这一点吗?
My question is quite straightforward. I have a table, with, lets say x rows, with each an id, but I don't know how many rows I have. Now I want to delete the last row of my table for some reason... Is there an easy way to do that in android? I have been trying to use the last_insert_rowid in my where clause...but no luck so far...
Any idea to do that with the sqlite database tools of android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设last_insert_rowid意味着你正在谈论db。
I assume that last_insert_rowid means that you are talking about db.