oracle add a year
update class_schedule set start_time = (select add_months(start_time,12*2003)from dual)
or
add_months(trunc(start_time),12*35)
Achievement provides the only real pleasure in life
update class_schedule set start_time = (select add_months(start_time,12*2003)from dual)
or
add_months(trunc(start_time),12*35)
Posted by
SF
at
1:16 am
No comments:
Post a Comment