gpt4 book ai didi

python - 我怎样才能从 mongodb 中获取所有具有相同值的数据?

转载 作者:行者123 更新时间:2023-12-05 01:53:11 24 4
gpt4 key购买 nike

在我的数据库中,有两家同名的公司。

[
{
"name": "samsung",
"store_code": "34d"
},
{
"name": "lg",
"store_code": "333"
},
{
"name": "lg",
"store_code": "3511"
}
]

像这样..

我的问题是,我只是让我的 python 函数通过名称获取商店信息。

看起来像这样..

async def fetch_store_by_name(store_name):
document = collection.find_one({"name":store_name})
return document

而且我只能得到第一家lg公司的信息。如何从我的 mongodb 中获取 lg 公司的信息?

最佳答案

关于python - 我怎样才能从 mongodb 中获取所有具有相同值的数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71154237/

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