gpt4 book ai didi

mysql - 在mysql的多类别中选择行

转载 作者:行者123 更新时间:2023-11-29 22:28:22 24 4
gpt4 key购买 nike

请帮忙解决问题:

我有 2 张 table :

product (pro_id,cat_id,...)
category(cat_id,cat_name...)

我将 cat_id 作为字符串存储在产品中。

例如:

在表产品中:pro_id: 1 & cat_id: 2,3,4; pro_id=2 & cat_id: 2,3,7
在表类别中:cat_id: 1, cat_id: 2, cat_id: 3....

现在,我想通过cat_id获取产品表中的所有记录。

例如:我想要获取 cat_id=2 的所有产品。

有什么解决办法吗?感谢您的帮助

最佳答案

只需将 2 作为字符串,即 '2'

SELECT * FROM product WHERE cat_id = '2';

关于mysql - 在mysql的多类别中选择行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30055844/

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