gpt4 book ai didi

java - Azure移动应用程序使用java查询内连接

转载 作者:行者123 更新时间:2023-12-01 09:35:49 26 4
gpt4 key购买 nike

我想在 Java 和 Azure 移动应用程序中使用内部联接查询,但 api 似乎不允许它在表之间执行操作。有什么办法可以做到吗?

List<ToDoItem> result = table.where()
.field("complete").eq(false)
.execute().get();

如您所见,所有操作都在一张表上进行。

最佳答案

@shanks,有一个类似的SO线程Implementing table joins in the Mobile Apps Node.js backend using SQL已经回答了,可以引用一下。

假设使用Node.js作为Azure Mobile App的后端,步骤如下:

  1. 定义自定义 API 以通过函数 azureMobile.data.execute 执行自定义 SQL 语句使用内连接 SQL 的查询或使用内连接 sql 创建的 View 的查询。您可以引用Custom APIs部分的如何:执行自定义SQL语句小节。 .
  2. 通过Android客户端调用自定义API,请参见How to: Call a custom API部分.

关于java - Azure移动应用程序使用java查询内连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38943147/

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