 
			
				11/01/2015, 16:59
			
			
			     |  
      |    |    |    Fecha de Ingreso: octubre-2006  
						Mensajes: 59
					  Antigüedad: 19 años Puntos: 0     |        |  
  |      NVL function        SQL> select  NVL(NULLIF(sysdate,sysdate), 'Same Day') from dual; 
select  NVL(NULLIF(sysdate,sysdate), 'Same Day') from dual 
                                     * 
ERROR at line 1: 
ORA-01858: a non-numeric character was found where a numeric was expected     
el nullif daria NULL   
porque   nvl(null,'same day')   porque no dá  'same day'  ???         
					
						Última edición por general9000; 11/01/2015 a las 18:58           |