gpt4 book ai didi

php - SQL JOIN 多个 ID

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

第一张 table

|product_name   |   category_ids  |
|---------------------------------|
|- apple | 1, 2 |
|- extra_apple | 1, 3 |

第二张表

|category_id  |   category_name   |
|---------------------------------|
|- 1 | fruit |
|- 2 | cheap |
|- 3 | expensive |

我怎样才能加入这个,所以我得到这样的东西

|     product_name  |     category_names   |
--------------------------------------------
| apple | fruit, cheap |
| extra_apple | fruit, expensive |

最佳答案

为了使它正确,添加另一个表:

product_categories table
------------------------
product_id
category_id

它为产品的每个类别包含一条记录。

关于php - SQL JOIN 多个 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42175116/

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