For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
hi am geting error in this sql
update employeeset hireDate = TO_DATE('MM/DD/YYYY','01/01/2100')
update employee
set hireDate = TO_DATE('MM/DD/YYYY','01/01/2100')
am in 11gR2