HI,
I really hope someone can help me out with this. I have a definition query defined on a feature class coming from an Oracle SDE where a date field is queried to return values within 6 months of the current date (see below)
RELDATE_DATE > ADD_MONTHS(TO_DATE(SYSDATE),-6
We are in the process of migrating to a PostgreSQL SDE and with the same feature class the query no longer works or is verified ( returns an error)
What should my new definition query look like?
The feature class filed being queried is RELDATE_DATE
Thanks
Gregor