gpt4 book ai didi

php - 我在表中有两列,如品牌和产品,那么如何防止相同品牌插入相同产品?

转载 作者:行者123 更新时间:2023-11-30 21:31:36 25 4
gpt4 key购买 nike

假设我有两列,一列是品牌,另一列是产品,并且有一个数据,如 samsung 和 galaxy j8。如果我再次插入 samsung 和 galaxy j8,它会显示错误。那么该怎么做呢?

最佳答案

从数据库本身防止重复插入两列使用constrain像这样

ALTER TABLE table_name
ADD CONSTRAINT constrain_name UNIQUE (brand,product);

关于php - 我在表中有两列,如品牌和产品,那么如何防止相同品牌插入相同产品?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55897843/

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