SQL Query syntax standard in EPM Integration Agent for JDE (MS SQL Database)
in Planning
Summary:
SQL Query syntax standard in EPM Integration Agent
Content (required):
Have anyone know if there is SQL Query syntax standard used within EPM Integration Agent?
In current project, we have built EPM Integration Agent connection to JDE on MS SQL Database, and the JDBC connection work. However, we tried to used the WHERE clause to filter out data. Both of the below doesn't work. The first one can generate the expected result in MS SQL Studio.
WHERE GBFY= '21'
AND GBCTRY= '20'
AND GBLT = 'AA'
AND GBOBJ BETWEEN '40000' AND '99999'
OR
WHERE GB.FY= '21'
Tagged:
0