简体   繁体   English

将MS Access 2010查询转换为SQLite查询

[英]Convert MS Access 2010 query to SQLite query

I have a query in MS Access database. 我在MS Access数据库中有一个查询。 I want to run this query in SQLite database. 我想在SQLite数据库中运行此查询。 I wondering whether there is a easy way to convert the code or just change step by step? 我想知道是否有一种简单的方法来转换代码或只是一步一步地更改?

You have several options available for viewing the contents of a sqlite database and running queries against it. 您可以使用几个选项来查看sqlite数据库的内容并对其进行查询。 When building sqlite from source you can choose to build the shell utility. 从源代码构建sqlite时,您可以选择构建shell实用程序。

If you want something more turnkey you can install a free tool such as Sqlite Manager for Firefox or Sqlite Browser . 如果您需要更多的交钥匙服务,则可以安装免费工具,例如Firefox的Sqlite ManagerSqlite Browser

In both apps you can copy-and-paste your SQL that you want to execute against a SQLITE database file. 在这两个应用程序中,您都可以针对SQLITE数据库文件复制并粘贴要执行的SQL。 Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM