摘要:
先构建本篇博客的案列演示表: create table a(a1 int primary key, a2 int ,index(a2)); --双字段都有索引 create table c(c1 int primary key, c2 int ,index(c2), c3 int); --双字段都有 阅读全文
posted @ 2020-01-14 16:28
尘、世美
阅读(400)
评论(0)
推荐(0)
摘要:
先构建本篇博客的案列演示表: create table a(a1 int primary key, a2 int ,index(a2)); --双字段都有索引 create table c(c1 int primary key, c2 int ,index(c2), c3 int); --双字段都有 阅读全文
posted @ 2020-01-14 16:27
尘、世美
阅读(2354)
评论(0)
推荐(0)
浙公网安备 33010602011771号