create UNIQUE index的意思|示意
创建唯一索引
create UNIQUE index的网络常见释义
唯一性索引 ) mysql提供以下几种索引类型选择:普通索引(create index)、唯一性索引(create unique index)、主键(primary key)、全文索引(fulltext)。其中普通索引、唯一性索引和主键也可以在创建或修改表时指定。
create UNIQUE index相关例句
You cannot create a unique index on a single column if that column contains NULL in more than one row.
如果一个以上的资料列中的某单一资料行为 NULL,您将无法建立该单一资料行的唯一索引。
Similarly, you cannot create a unique index on multiple columns if the combination of columns contains NULL in more than one row.
同样地,如果一个以上的资料列中的一组资料行全为NULL的话,您将无法在该组资料行上建立唯一索引。