Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/11/2010, 09:24
Sergio_Ivan
 
Fecha de Ingreso: abril-2004
Ubicación: Aranjuez
Mensajes: 8
Antigüedad: 20 años, 9 meses
Puntos: 0
Respuesta: AYUDA Trigger mysql

Error

consulta SQL: Documentación

CREATE TRIGGER ACT_CENTROS AFTER INSERT ON sugartest.citas_citas_nominales
FOR EACH
ROW
BEGIN DECLARE cur1 CURSOR
FOR SELECT id_centro
FROM sugartest.citas_citas_nominales
GROUP BY id_centro;

MySQL ha dicho: Documentación
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5