Goldengate FILTER command on DATE column shown in MOS note does not work
Need to extract records based on date in the ORDER_DATE column - say > than '01-JAN-18'
Tried on both Extract as well as Replicat side as per MOS note - does not work!
FILTER (@COMPUTE (@DATE("JUL", "YYYY-MM-DD", order_date) >= @DATE("JUL", "YYYY-MM-DD", "2018-01-01")) > 0);
Any pointers will be greatly appreciated.
Thanks!
Gavin