摘要:
主键索引(必须指定为“PRIMARY KEY”,没有PRIMARY Index)、 唯一索引(unique index,一般写成unique key)、 普通索引(index,只有这一种才是纯粹的index)等,也是基于是不是把index看作了key。 sql插入索引语句: 普通索引:ALTER T 阅读全文
posted @ 2019-08-03 21:06
ThisCall
阅读(233)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/qq_42112846/article/details/88086035 https://blog.csdn.net/m0_37034294/article/details/82917234 分页 https://www.cnblogs.com/tuitu 阅读全文
posted @ 2019-08-03 11:17
ThisCall
阅读(1626)
评论(0)
推荐(0)