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.
如何获取存储在数据库中的一组数据并在自定义列表视图中查看它们?
例如,我在我的数据库中存储了 48 个项目,并且每次只想检索其中的 12 个。谁能告诉我该怎么做?
您可以使用 SQLite LIMIT。这是讨论该问题的相关主题。
LIMIT