gpt4 book ai didi

mysql - 约束表字段 -> 不是重复值,不是主键

转载 作者:行者123 更新时间:2023-11-29 02:04:53 25 4
gpt4 key购买 nike

How to constrain a column in my table so it can't have two or more similar values at a time and it isn't a primary key ?

我应该使用 CHECK 还是 CONSTRAINT 或者...?实现该目标的正确方法是什么?

注意:我正在使用 MySQL

最佳答案

你必须创建一个 unique index :

CREATE UNIQUE INDEX foo_idx1 ON foo (bar)

MySQL 没有实现检查约束。

关于mysql - 约束表字段 -> 不是重复值,不是主键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8245993/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com