I am using the following code to give me the system date in BODS
, to_char(sysdate(),'YYYYMMDDHHMISS')
, I have the system date returning correctly, but am unable to subtract days.
FAGLFLEXA.TIMESTAMP >= "MISSING CODE HERE"
and FAGLFLEXA.TIMESTAMP <= to_char(sysdate(),'YYYYMMDDHHMISS')