ORA-00913: too many values
Hola...
Estoy haciendo una inserción dentro de un trigger:
INSERT INTO TBL_ESTADOTAREA VALUES(:NEW.PK_FK_S_IDPERSONAL,:NEW.PK_FK_I_IDTAREAENCARGADO,1);
Pero me sale este error : ORA-00913: too many values.
No entiendo porque si mi tabla contiene tres campos:
PK_FK_S_ENCARGADO
PK_FK_I_IDTAREAESTADO
PK_FK_I_IDESTADO
Gracias...
Estoy haciendo una inserción dentro de un trigger:
INSERT INTO TBL_ESTADOTAREA VALUES(:NEW.PK_FK_S_IDPERSONAL,:NEW.PK_FK_I_IDTAREAENCARGADO,1);
Pero me sale este error : ORA-00913: too many values.
No entiendo porque si mi tabla contiene tres campos:
PK_FK_S_ENCARGADO
PK_FK_I_IDTAREAESTADO
PK_FK_I_IDESTADO
Gracias...
1 respuesta
Respuesta
1