necestio ayuda en Sql
hola
Necesito que me ayuden tengo este codigo pero no me permite ejecutarlo alguien me puede ayudar ???
please
select DECODE(substr(b.examen)='O',NULL,b.EXAMEN||' '||b.Fech_Ex) OBSERVACIONES
from kardex b
where matricula=40229805
Necesito que me ayuden tengo este codigo pero no me permite ejecutarlo alguien me puede ayudar ???
please
select DECODE(substr(b.examen)='O',NULL,b.EXAMEN||' '||b.Fech_Ex) OBSERVACIONES
from kardex b
where matricula=40229805
Creo que es esto
select DECODE(substr(b.examen),'O',NULL,b.EXAMEN||' '||b.Fech_Ex) OBSERVACIONES
from kardex b
where matricula=40229805
Saludos
select DECODE(substr(b.examen),'O',NULL,b.EXAMEN||' '||b.Fech_Ex) OBSERVACIONES
from kardex b
where matricula=40229805
Saludos
