gpt4 book ai didi

java - 如何将这样的sql查询转换为mongodb查询

转载 作者:行者123 更新时间:2023-11-30 05:00:01 25 4
gpt4 key购买 nike

我需要在mongo上执行这样的sql查询(我的意思是mongodb查询在逻辑上应该等于sql)。所以这是 SQL 查询:

SELECT * FROM table1 ALIAS1
WHERE
field1=1
AND
field2=2
AND (
EXISTS(
SELECT * FROM table2
where table2.field33 = ALIAS1.field1
)
)

是否可以在一次查询中在 mongodb 中执行这样的查询?

最佳答案

使用https://github.com/impetus-opensource/Kundera对于任何此类 sql 之类的查询。它允许通过 mongoDB 执行 JPA 查询

关于java - 如何将这样的sql查询转换为mongodb查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7122905/

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