Kexi/Plugins/Queries: Difference between revisions
(→Ideas) |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
KexiSQL dialect is translated to native SQL of underlying backend. | KexiSQL dialect is translated to native SQL of underlying backend. | ||
*[http://kexi-project.org/wiki/wikiview/index.php@KexiDB%20versus%20QtSQL.html | *[[Kexi/Junior_Jobs#Queries|Junior Jobs]] | ||
*[[/SQL Functions/]] | |||
*[[/SQL Constants/]] | |||
*[http://kexi-project.org/wiki/wikiview/index.php@KexiDB%20versus%20QtSQL.html Old dev notes] | |||
==Ideas== | ==Ideas== | ||
*[http://almworks.com/deskzilla/screenslide.html?name=queryBuilder Nice query/expression builder] (Deskzilla) | *[http://almworks.com/deskzilla/screenslide.html?name=queryBuilder Nice query/expression builder] ([http://almworks.com/deskzilla/screenshots.html Deskzilla]) | ||
== Links== | |||
*[https://msdn.microsoft.com/en-us/library/bb259125(v=office.12).aspx Microsoft Access SQL Reference] |
Latest revision as of 22:11, 14 April 2018
Query module is consisted of SQL engine, SQL editor, Data preview, and Visual Query Designer.
KexiSQL dialect is translated to native SQL of underlying backend.