gpt4 book ai didi

php - 从 2 个表中选择数据 + propel

转载 作者:行者123 更新时间:2023-11-30 23:14:47 24 4
gpt4 key购买 nike

我有一个带有外键“location_id”的表“parkinggarages”。我还有一个表“位置”。

Table parkinggarages:
- id
- phone
- defaultlanguage
- capacity
- floors
- parkingtype

Table locations:
- id
- location
- lat
- lon

现在我想选择所有的 parking 场,但我也想用它从表“位置”中选择“位置”字段。

我该怎么做?我试过这个,但没用:

$result = ParkinggarageQuery::create()->joinWith('Location.location')

最佳答案

$parkinggarages = ParkinggarageQuery::create()
->leftJoinWith('Parkinggarage.Location')
->find();

关于php - 从 2 个表中选择数据 + propel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18419107/

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