Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/02/2011, 17:57
marcosaguileraly
 
Fecha de Ingreso: febrero-2011
Mensajes: 4
Antigüedad: 13 años, 9 meses
Puntos: 0
Respuesta: Insert ó update: Si existe un registro o no existe

Hola Suceden 2 cosas, si al insertar el idlaumno ya existe, e.g: intente agregar un registro nuevo a un idalumno = 4 con la calificacion 1.3, aparece el siguiente error: ES DECIR INTENTA ACTUALIZAR
Código MySQL:
Ver original
  1. SQL query:
  2.  
  3. INSERT INTO  `test`.`tabla1` (
  4.  
  5. `id` ,
  6. `califnum` ,
  7. `calificacion` ,
  8. `alumno`
  9. )
  10. NULL ,  '0.00',  'En Progreso',  '4'
  11. )
  12. MySQL said:
  13.  
  14. #1111 - Invalid use of group function

Por otro lado si no existe, entonces aparece:
Código MySQL:
Ver original
  1. 1 row(s) inserted.
  2. Inserted row id: 17

PERO NO REALIZA EL CALCULO O ME INSERTA EL PROMEDIO