Page 1 of 1

SQL Manual

Posted: Mon 27 Feb 2017 16:23
by doubledragon
Hi,

Does anyone know of where I can get a SQL Manual of all functions and procedure for SQL to be used in the Devart Salesforce Source Editor? I have search about on the website but am sadly unable to locate one.
Image

What I am attempting to do is find the equivalent of
DateAdd(day, -90, getdate())

A manual will all functions etc would be the most useful.

Thanks In advance

Regards N

Re: SQL Manual

Posted: Tue 28 Feb 2017 15:54
by Pinturiccio
SQLite functions can be used in the Devart Salesforce Source Editor. For more information, please refer to
https://www.sqlite.org/lang_corefunc.html
https://www.sqlite.org/lang_datefunc.html
https://www.sqlite.org/lang_aggfunc.html

Re: SQL Manual

Posted: Fri 29 Sep 2017 12:32
by doubledragon
Thanks very much.