Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/11/2007, 01:54
jc3000
 
Fecha de Ingreso: junio-2007
Mensajes: 891
Antigüedad: 16 años, 11 meses
Puntos: 43
Re: sumar año en una fecha(oracle)

Otra manera :

update PS_MLM_PERIODO_VAC
set exp_dt = add_months(exp_dt,12)
WHERE EMPLID = '50004';