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.
要从我的数据库中删除统计信息,我使用:
ourDatabase.delete (DATABASE_TABLE, null, null);
但我想在一个基础上创建索引。我怎样才能做到这一点?