Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
Please help me,
I've script for reload data with where condition:
where (PERIOD_REPORT,'2014001','2014002','2014003','2014004','2014005','2014006','2014007','2014008','2014009','2014010','2014011','2014012','2015001','2015002')
Just one example:
Hi Guys,
Please help me,
I've script for reload data with where condition:
where (PERIOD_REPORT,'2014001','2014002','2014003','2014004','2014005','2014006','2014007','2014008','2014009','2014010','2014011','2014012','2015001','2015002')
how to write script if : where PERIODE_REPORT > '2013012'
Just one example:
WildMatch(PERIOD_REPORT,'2014001','2014002','2014003','2014004','2014005','2014006','2014007','2014008','2014009','2014010','2014011','2014012','2015001','2015002')
or better for future
PERIOD_REPORT >= '2014001'