Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在 2 列中有一个 UNIQUE,我还需要为每列添加一个 INDEX 吗?
或者 UNIQUE 是否也 INDEX 两列?
注意:许多查询都需要数据。
当您在列上声明unique约束时,它会自动为其添加索引。
unique
UNIQUE是一个索引和一个约束。
UNIQUE