题解 | #创建索引#

创建索引

http://www.nowcoder.com/practice/f2ea9ccf33c740d58576608940981807

--创建普通索引为create index 索引名称 on 表(列)

create index idx_duration on examination_info(duration);

--加上unique为唯一索引 create unique index uniq_idx_exam_id on examination_info(exam_id);

--加上fulltext为全文索引 create fulltext index full_idx_tag on examination_info(tag);

全部评论

相关推荐

09-17 10:53
四川大学 C++
牛客91242815...:会写标书没有任何卵用,鉴定为横向垃圾导师的受害者
点赞 评论 收藏
分享
notbeentak...:真的nc,算毕业6月份,要给这种b公司打半年多白工😅
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务