Sage 100 Providex Date Functions

Work in progress. Dates in Sage 100 Providex SQL. SQL supported and SQL not allow in the

Many ProvideX SQL data functions are not supported by ETL+ in the .
Date functions are fully supported in the T-SQL Expression column in the

image-20240702-230653.png
from

SQL Syntax Examples

SELECT 1 AS myInt FROM AP_Division -- Syntax OK SELECT 1 as myint, {d'1900-01-01'} as myDate FROM AP_Division ? SELECT DateUpdated AS filterDate FROM AP_Division -- retest
Comments
SELECT 1 as myint -- {d'1900-01-01'} as myDate FROM AP_Division

Line 2 commented out

SQL Syntax Not Allowed in

Go to

Not working on ETL+ version v2023.10.1905.52

SELECT GETDATE() AS mydate FROM AP_Division -- illegal syntax for Providex SELECT CURDATE() AS myDate FROM AP_Division
image-20240703-201935.png
Error message. See

ProvideX Date Functions as Documented by Sage

Related Pages

  • Sage Documentation: – see section on Time and Date Functions