Ver Mensaje Individual
  #12 (permalink)  
Antiguo 18/08/2009, 14:40
almirante
 
Fecha de Ingreso: abril-2009
Mensajes: 41
Antigüedad: 15 años
Puntos: 0
Respuesta: No me funciona los TRIGGERS en my sql phpmyadmin

hola de nuevo,
ok, por fin creo triggers, jeje,
gracias pro ayudar!

este error saves pq ocurre?

tengo el trigger creado en la tabla 'grupo' que al insertar me ponga un '9' en fecha_x;

INSERT INTO `BBDD_prueba`.`Grupo` (
`Cod` ,
`Cod_Nivel` ,
`Fecha_x`
)
VALUES (
'2', '1', ''
)

MySQL ha dicho: Documentación
#1442 - Can't update table 'Grupo' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.

saludos