SQL Manual

Discussion of issues, suggestions and bugs of Devart SSIS Data Flow Components, our product line for building SSIS-based ETL solutions, performing data access to popular cloud applications and databases.
Post Reply
doubledragon
Posts: 2
Joined: Tue 09 Feb 2016 15:13

SQL Manual

Post by doubledragon » Mon 27 Feb 2017 16:23

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

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: SQL Manual

Post by Pinturiccio » Tue 28 Feb 2017 15:54

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

doubledragon
Posts: 2
Joined: Tue 09 Feb 2016 15:13

Re: SQL Manual

Post by doubledragon » Fri 29 Sep 2017 12:32

Thanks very much.

Post Reply