y mi pregunta es xq este SP no me funciona
Código:
me tira estoCREATE PROCEDURE introducir(IN nombre VARCHAR(50),IN edad INT) BEGIN IF edad < 18 THEN INSERT INTO alumnos VALUES('',nombre,edad) ELSE INSERT INTO profesores VALUES('',nombre,edad) END IF END
Error Code : 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 'else
INSERT INTO profesores VALUES('',nombre,edad)
end if
end' at line 5