twilliamson
MIS
I created the following sql statement. However, I do not want to hardcode the date '01-JAN-2012'. I would like to have 01/01 but derive the year from the sysdate.
Effdt <> TO_DATE('01-JAN-2012','DD/MM/YYYY');
Effdt <> TO_DATE('01-JAN-2012','DD/MM/YYYY');