logo
  • 教程列表
  • SO官方文檔
  • 索引
    • DroppingDeleting 索引
    • 獲取集合的指數
    • 稀疏索引和部分索引
    • 複合
    • 獨特的指數
    • 單場
    • 刪除
    • 名單
    • 索引建立基礎
  1. StackOverflow 文件
  2. MongoDB 教程
  3. 索引
  4. DroppingDeleting 索引

DroppingDeleting 索引

Created: November-22, 2018

如果索引名稱已知,

db.collection.dropIndex('name_of_index');

如果索引名稱未知,

db.collection.dropIndex( { 'name_of_field' : -1 } );
  • 獲取集合的指數
  • 索引

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明