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);
しかし、私はインデックスが1つで作成されたベースにしたかったのです。これどうやってするの?