gpt4 book ai didi

mysql - Grocery 店 Crud 连接 2 张 table

转载 作者:行者123 更新时间:2023-11-29 23:18:47 27 4
gpt4 key购买 nike

我想加入 2 张 table 的 Grocery 店。子表有2个或更多匹配值

--store_specs--

|id |   label |value    |store_id|
+---+---------+---------+--------+
|3 |Height |20 CM |2 |
|4 |Weight |50 Grams |2 |

--store_items--

|id        |title          |description        |stock          |category_id    |images|
+----------+---------------+-------------------+---------------+---------------+------+
|2 |Tweezers... |Super high... |5 |1 | |
|3 |Soldering... |Lorem Ipsum... |12 |1 | |
|4 |aaa |bvbbb |2 |2 | |

它会像这样显示在 Grocery 原油

|id        |title          |description        |specs                       |
+----------+---------------+-------------------+----------------------------+
|2 |Tweezers... |Super high... |Height: 20cm, Weight:50Grams|
|3 |Soldering... |Lorem Ipsum... | |
|4 |aaa |bvbbb | |

请大家帮帮我,谢谢。

最佳答案

当前版本不支持,但您可以使用自定义模型,请参阅下面的线程。

http://www.grocerycrud.com/forums/topic/264-join-tables/

关于mysql - Grocery 店 Crud 连接 2 张 table ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27526965/

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