Compare dates in Business Objects Data Integrator with Oracle


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. AND TABLE.THE_DATE = TO_DATE(TO_CHAR(sysdate(), 'DD')-1||TO_CHAR(sysdate(), 'MM')||TO_CHAR(sysdate(), 'YYYY'), 'DDMMYYYY') //this IS TO compare ON the previous DAY

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.