logo
  • 教程列表
  • SO官方文檔
  • 索引和鍵
    • 建立索引
    • 建立唯一索引
    • 掉落指數
    • 建立複合索引
    • AUTO INCREMENT 鍵
  1. StackOverflow 文件
  2. MySQL 教程
  3. 索引和鍵
  4. 掉落指數

掉落指數

Created: November-22, 2018

-- Drop an index for column 'name' in table 'my_table'
DROP INDEX idx_name ON my_table;
  • 建立複合索引
  • 建立唯一索引

Copyright © 2018. All right reserved

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

  • 關於本站
  • 免責聲明