【问题标题】:How to query MobileServiceSQLiteStore on Azure如何在 Azure 上查询 MobileServiceSQLiteStore
【发布时间】:2015-09-02 04:07:10
【问题描述】:

我已设置 Azure 移动数据同步,以便将 Azure 上的数据库与 .net 应用程序同步。

我正在使用 SQLLite 后端。

如何在本地 sqllite 数据库上发出查询?

我不知道如何做一个简单的连接查询“Select * from table1, table2 where table1.id=table2.id”

【问题讨论】:

    标签: sqlite azure join azure-sql-database azure-mobile-services


    【解决方案1】:

    下载任何 sqlite 数据库管理器以对 sqlite 数据库运行查询。 Sqlite 专家是一个很棒的免费工具。 http://www.sqliteexpert.com/download.html。几乎所有的普通 SQL 查询也可以在 sqlite 数据库中工作。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-12-28
      • 2023-02-17
      • 2017-06-19
      • 1970-01-01
      • 2018-11-07
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多