Update a DATE Column
889124Mar 14 2013 — edited Mar 14 2013There is a need for me to UPDATE a DATE column from one date to another. So as an exmaple, we have TABLE A and Table A has a column (DATE_TO) with date field value off
DATE_TO
31-DEC-99
12-APR-15
15-MAR-16
What I want to do is update '31-DEC-99' to '31-MAR-13' and for it to only effect '31-DEC-99' (the others are fine).. Any help would be great !!