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

建立索引

Created: November-22, 2018

-- Create an index for column 'name' in table 'my_table'
CREATE INDEX idx_name ON my_table(name);
  • 建立唯一索引
  • 索引和鍵

Copyright © 2018. All right reserved

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

  • 關於本站
  • 免責聲明