MongoDB ODBC used in SSRS: SQL syntax

Discussion of open issues, suggestions and bugs regarding usage of ODBC Drivers
Post Reply
_trollstice
Posts: 1
Joined: Thu 07 Mar 2019 07:36

MongoDB ODBC used in SSRS: SQL syntax

Post by _trollstice » Thu 07 Mar 2019 07:40

Where can i find the date/string function used by the (mongodb) connector?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: MongoDB ODBC used in SSRS: SQL syntax

Post by ViktorV » Thu 14 Mar 2019 13:25

The MongoDB ODBC driver is designed with using SQLite engine, therefore to compose queries using our drivers, you can use the syntax used in SQLIte : http://www.sqlite.org/lang.html

Post Reply