Eventos en MySQL
SHOW EVENTS;
ALTER EVENT job_X DISABLE;
SHOW CREATE EVENT job_X;
DROP EVENT job_X;
CALL sp_X
ALTER EVENT job_X DISABLE;
SHOW CREATE EVENT job_X;
DROP EVENT job_X;
CALL sp_X
Blog dedicado a la tecnología, inteligencia de negocios, sistemas expertos, sistemas de información, análisis y desarrollo.
Comentarios
Publicar un comentario
Incluye información que aporte al tema